| Package | Description |
|---|---|
| org.sodeac.common.message.dispatcher.api |
Provides an API for eventdispatcher.
|
| Modifier and Type | Method and Description |
|---|---|
static PrivateChannelWorkerRequirement |
PrivateChannelWorkerRequirement.findByInteger(int value)
search privateQueueWorker enum represents by
value |
static PrivateChannelWorkerRequirement |
PrivateChannelWorkerRequirement.findByName(String name)
search privateQueueWorker enum represents by
name |
protected PrivateChannelWorkerRequirement |
DispatcherChannelSetup.getPrivateChannelWorkerRequirement()
getter for private channel worker requirement
|
PrivateChannelWorkerRequirement |
DispatcherChannelSetup.BoundedByChannelId.getPrivateChannelWorkerRequirement() |
PrivateChannelWorkerRequirement |
DispatcherChannelSetup.BoundedByChannelConfiguration.getPrivateChannelWorkerRequirement() |
PrivateChannelWorkerRequirement |
DispatcherChannelSetup.ChannelServiceConfiguration.getPrivateChannelWorkerRequirement() |
static PrivateChannelWorkerRequirement |
PrivateChannelWorkerRequirement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrivateChannelWorkerRequirement[] |
PrivateChannelWorkerRequirement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PrivateChannelWorkerRequirement> |
PrivateChannelWorkerRequirement.getAll()
getter for all privateQueueWorker
|
| Modifier and Type | Method and Description |
|---|---|
protected DispatcherChannelSetup |
DispatcherChannelSetup.setPrivateChannelWorkerRequirement(PrivateChannelWorkerRequirement privateChannelWorkerRequirement)
setter for private channel worker requirement
|
DispatcherChannelSetup.BoundedByChannelId |
DispatcherChannelSetup.BoundedByChannelId.setPrivateChannelWorkerRequirement(PrivateChannelWorkerRequirement privateChannelWorkerRequirement) |
DispatcherChannelSetup.BoundedByChannelConfiguration |
DispatcherChannelSetup.BoundedByChannelConfiguration.setPrivateChannelWorkerRequirement(PrivateChannelWorkerRequirement privateChannelWorkerRequirement) |
DispatcherChannelSetup.ChannelServiceConfiguration |
DispatcherChannelSetup.ChannelServiceConfiguration.setPrivateChannelWorkerRequirement(PrivateChannelWorkerRequirement privateChannelWorkerRequirement) |
Copyright © 2020. All rights reserved.