Class InternalTransporter.Subscriptions
java.lang.Object
services.moleculer.transporter.InternalTransporter.Subscriptions
- Enclosing class:
InternalTransporter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ReentrantReadWriteLock.ReadLockprotected final HashMap<String, InternalTransporter.SubscriptionSet> protected final ReentrantReadWriteLock.WriteLock -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidderegister(String channel, InternalTransporter transporter, boolean shared) protected InternalTransporter.SubscriptionSetgetSubscriptionSet(String channel) protected voidregister(String channel, InternalTransporter transporter) protected void
-
Field Details
-
sets
-
readLock
-
writeLock
-
-
Constructor Details
-
Subscriptions
public Subscriptions()
-
-
Method Details
-
register
-
deregister
-
send
-
getSubscriptionSet
-