Uses of Interface
pt.unl.fct.di.novasys.babel2.core.BabelProtocolHolderFactory
Packages that use BabelProtocolHolderFactory
Package
Description
Core runtime, protocol lifecycle, executor models, and protocol extensions for Babel 2.
-
Uses of BabelProtocolHolderFactory in pt.unl.fct.di.novasys.babel2.core
Classes in pt.unl.fct.di.novasys.babel2.core that implement BabelProtocolHolderFactoryModifier and TypeClassDescriptionfinal classFactory for creatingDedicatedExecutorProtocolHolderinstances.final classFactory for creatingNettyExecutorProtocolHolderinstances backed by a NettyEventLoopGroup.final classFactory for creatingSharedExecutorProtocolHolderinstances that share a common fixed thread pool executor.Methods in pt.unl.fct.di.novasys.babel2.core with parameters of type BabelProtocolHolderFactoryModifier and TypeMethodDescriptionBabelBootstrap.registerProtocol(BabelProtocol protocol, BabelProtocolHolderFactory holderFactory, BabelChannelBuilder... channelFactories) Registers a protocol instance with this Babel runtime, optionally associating it with one or more channel builders.