Class LinkedBlockingQueueSubscribableChannelFactory
- java.lang.Object
-
- ca.uhn.fhir.jpa.subscription.module.cache.LinkedBlockingQueueSubscribableChannelFactory
-
- All Implemented Interfaces:
ISubscribableChannelFactory
public class LinkedBlockingQueueSubscribableChannelFactory extends Object implements ISubscribableChannelFactory
-
-
Constructor Summary
Constructors Constructor Description LinkedBlockingQueueSubscribableChannelFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.messaging.SubscribableChannelcreateSubscribableChannel(String theChannelName, Class theMessageType, int theConcurrentConsumers)intgetDeliveryChannelConcurrentConsumers()intgetMatchingChannelConcurrentConsumers()
-
-
-
Constructor Detail
-
LinkedBlockingQueueSubscribableChannelFactory
public LinkedBlockingQueueSubscribableChannelFactory()
-
-
Method Detail
-
createSubscribableChannel
public org.springframework.messaging.SubscribableChannel createSubscribableChannel(String theChannelName, Class theMessageType, int theConcurrentConsumers)
- Specified by:
createSubscribableChannelin interfaceISubscribableChannelFactory
-
getDeliveryChannelConcurrentConsumers
public int getDeliveryChannelConcurrentConsumers()
- Specified by:
getDeliveryChannelConcurrentConsumersin interfaceISubscribableChannelFactory
-
getMatchingChannelConcurrentConsumers
public int getMatchingChannelConcurrentConsumers()
- Specified by:
getMatchingChannelConcurrentConsumersin interfaceISubscribableChannelFactory
-
-