Uses of Interface
org.apache.activemq.artemis.core.protocol.stomp.StompPostReceiptFunction
Packages that use StompPostReceiptFunction
-
Uses of StompPostReceiptFunction in org.apache.activemq.artemis.core.protocol.stomp
Methods in org.apache.activemq.artemis.core.protocol.stomp that return StompPostReceiptFunctionModifier and TypeMethodDescriptionStompSession.addSubscription(long consumerID, String subscriptionID, String clientID, String durableSubscriptionName, String destination, String selector, String ack, boolean noLocal, Integer consumerWindowSize) VersionedStompFrameHandler.onSubscribe(StompFrame frame) StompProtocolManager.subscribe(StompConnection connection, String subscriptionID, String durableSubscriptionName, String destination, String selector, String ack, boolean noLocal, Integer consumerWindowSize) Methods in org.apache.activemq.artemis.core.protocol.stomp with parameters of type StompPostReceiptFunctionModifier and TypeMethodDescriptionvoidStompConnection.sendFrame(StompFrame frame, StompPostReceiptFunction function) voidStompProtocolManager.sendReply(StompConnection connection, StompFrame frame, StompPostReceiptFunction function)