Class InternalTransporter.SubscriptionSet
java.lang.Object
services.moleculer.transporter.InternalTransporter.SubscriptionSet
- Enclosing class:
InternalTransporter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final ReentrantReadWriteLock.ReadLockprotected final WeakHashMap<InternalTransporter, InternalTransporter> protected final ReentrantReadWriteLock.WriteLock -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidderegister(InternalTransporter transporter) protected voidregister(InternalTransporter transporter) protected voidsend(byte[] message)
-
Field Details
-
set
-
readLock
-
writeLock
-
channel
-
-
Constructor Details
-
SubscriptionSet
-
-
Method Details
-
register
-
deregister
-
send
-