Uses of Class
de.quantummaid.eventmaid.configuration.AsynchronousConfiguration
-
-
Uses of AsynchronousConfiguration in de.quantummaid.eventmaid.channel
Methods in de.quantummaid.eventmaid.channel with parameters of type AsynchronousConfiguration Modifier and Type Method Description ChannelBuilder<T>ChannelBuilder. withAsynchronousConfiguration(AsynchronousConfiguration configuration)Adds anAsynchronousConfigurationto theChannel. -
Uses of AsynchronousConfiguration in de.quantummaid.eventmaid.configuration
Methods in de.quantummaid.eventmaid.configuration that return AsynchronousConfiguration Modifier and Type Method Description static AsynchronousConfigurationAsynchronousConfiguration. constantPoolSizeAsynchronousConfiguration(int poolSize)static AsynchronousConfigurationAsynchronousConfiguration. constantPoolSizeAsynchronousConfiguration(int poolSize, int waitingQueueBound) -
Uses of AsynchronousConfiguration in de.quantummaid.eventmaid.internal.pipe
Methods in de.quantummaid.eventmaid.internal.pipe with parameters of type AsynchronousConfiguration Modifier and Type Method Description PipeBuilder<T>PipeBuilder. withAsynchronousConfiguration(AsynchronousConfiguration configuration) -
Uses of AsynchronousConfiguration in de.quantummaid.eventmaid.internal.pipe.transport
Methods in de.quantummaid.eventmaid.internal.pipe.transport with parameters of type AsynchronousConfiguration Modifier and Type Method Description static <T> TransportMechanism<T>TransportMechanismFactory. transportMechanism(PipeType pipeType, PipeEventListener<T> eventListener, PipeErrorHandler<T> errorHandler, List<Subscriber<T>> subscribers, AsynchronousConfiguration asynchronousConfiguration) -
Uses of AsynchronousConfiguration in de.quantummaid.eventmaid.messagebus
Methods in de.quantummaid.eventmaid.messagebus with parameters of type AsynchronousConfiguration Modifier and Type Method Description MessageBusBuilderMessageBusBuilder. withAsynchronousConfiguration(AsynchronousConfiguration asynchronousConfiguration)In case an asynchronousMessageBusis created anAsynchronousConfigurationhas to be provides with this method.
-