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 aAsyncConnection
with the supplied creation and consumer function.default AsyncConnectionGroup.Builder
<ContextT, SocketT> AsyncConnectionService.group()
Creates an anonymous group.Returns aAsyncConnectionGroup.Builder
which can be used to build an instance ofAsyncConnectionGroup
for managing closely relatedAsyncConnection
instances. -
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>