Uses of Class
pt.unl.fct.di.novasys.babel2.channels.ComposedBabelChannel
Packages that use ComposedBabelChannel
Package
Description
Core runtime, protocol lifecycle, executor models, and protocol extensions for Babel 2.
Event hierarchy defining network states, message delivery outcomes, protocol notifications, and runtime lifecycle events in Babel 2.
Local network peer discovery protocols for dynamic node address and channel resolution.
-
Uses of ComposedBabelChannel in pt.unl.fct.di.novasys.babel2.core
Methods in pt.unl.fct.di.novasys.babel2.core with parameters of type ComposedBabelChannelModifier and TypeMethodDescriptiondefault voidBabelProtocol.init(Babel runtime, ComposedBabelChannel channel) Initiates the protocol's logic and execution.default voidBabelProtocol.resume(Babel runtime, ComposedBabelChannel channel) Reinstates the protocol's execution from a paused state. -
Uses of ComposedBabelChannel in pt.unl.fct.di.novasys.babel2.events
Methods in pt.unl.fct.di.novasys.babel2.events that return ComposedBabelChannelModifier and TypeMethodDescriptionStartEvent.channel()Returns the value of thechannelrecord component.Constructors in pt.unl.fct.di.novasys.babel2.events with parameters of type ComposedBabelChannelModifierConstructorDescriptionStartEvent(Babel runtime, ComposedBabelChannel channel) Creates an instance of aStartEventrecord class. -
Uses of ComposedBabelChannel in pt.unl.fct.di.novasys.babel2.protocols.discovery
Methods in pt.unl.fct.di.novasys.babel2.protocols.discovery with parameters of type ComposedBabelChannelModifier and TypeMethodDescriptionvoidLocalNetworkDiscoveryProtocol.init(Babel runtime, ComposedBabelChannel composedChannel)