Interface ISubscribableChannelFactory
-
- All Known Implementing Classes:
LinkedBlockingQueueSubscribableChannelFactory
public interface ISubscribableChannelFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.messaging.SubscribableChannelcreateSubscribableChannel(String theChannelName, Class theMessageType, int theConcurrentConsumers)intgetDeliveryChannelConcurrentConsumers()intgetMatchingChannelConcurrentConsumers()
-
-
-
Method Detail
-
createSubscribableChannel
org.springframework.messaging.SubscribableChannel createSubscribableChannel(String theChannelName, Class theMessageType, int theConcurrentConsumers)
-
getDeliveryChannelConcurrentConsumers
int getDeliveryChannelConcurrentConsumers()
-
getMatchingChannelConcurrentConsumers
int getMatchingChannelConcurrentConsumers()
-
-