Uses of Interface
org.apache.activemq.artemis.core.protocol.core.CommandConfirmationHandler
-
Packages that use CommandConfirmationHandler Package Description org.apache.activemq.artemis.core.protocol.core org.apache.activemq.artemis.core.protocol.core.impl -
-
Uses of CommandConfirmationHandler in org.apache.activemq.artemis.core.protocol.core
Methods in org.apache.activemq.artemis.core.protocol.core with parameters of type CommandConfirmationHandler Modifier and Type Method Description voidChannel. setCommandConfirmationHandler(CommandConfirmationHandler handler)sets the handler to use when a confirmation is received. -
Uses of CommandConfirmationHandler in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type CommandConfirmationHandler Modifier and Type Method Description voidChannelImpl. setCommandConfirmationHandler(CommandConfirmationHandler handler)
-