Uses of Interface
dev.getelements.elements.rt.AsyncConnectionGroup.Builder
Packages that use AsyncConnectionGroup.Builder
-
Uses of AsyncConnectionGroup.Builder in dev.getelements.elements.rt
Methods in dev.getelements.elements.rt that return AsyncConnectionGroup.BuilderModifier and TypeMethodDescriptionAsyncConnectionGroup.Builder.connection(Function<ContextT, BuilderSocketT> socketSupplier, Consumer<AsyncConnection<ContextT, BuilderSocketT>> asyncConnectionConsumer) Adds aAsyncConnectionwith the supplied creation and consumer function.default AsyncConnectionGroup.Builder<ContextT, SocketT> AsyncConnectionService.group()Creates an anonymous group.Returns aAsyncConnectionGroup.Builderwhich can be used to build an instance ofAsyncConnectionGroupfor managing closely relatedAsyncConnectioninstances. -
Uses of AsyncConnectionGroup.Builder in dev.getelements.elements.rt.jeromq
Methods in dev.getelements.elements.rt.jeromq that return AsyncConnectionGroup.BuilderModifier and TypeMethodDescriptionAsyncConnectionGroup.Builder<org.zeromq.ZContext, org.zeromq.ZMQ.Socket>