| Package | Description |
|---|---|
| io.kiw.speedy | |
| io.kiw.speedy.publisher | |
| io.kiw.speedy.subscriber | |
| io.kiw.speedy.wiring |
| Constructor and Description |
|---|
SpeedyMessagingImpl(SpeedyHost localhost,
OnMessageErrorHandler subcribeErrorHandler,
SpeedyWiring wiring,
ImmutableIntMap<PublisherBucket> publisherBuckets,
ImmutableIntMap<SpeedyConnection> remoteConnections,
Map<Integer,SubscriberChannelState> channelStates,
PacketHandler packetHandler,
SchedulerThread schedulerThread) |
| Constructor and Description |
|---|
SpeedyMessagingPublisher(PacketHandler packetHandler,
SpeedyWiring wiring,
SchedulerThread schedulerThread) |
| Constructor and Description |
|---|
SpeedyMessagingSubscriber(MessageUnMarshaller messageUnMarshaller,
ImmutableIntMap<SpeedyConnection> remoteConnections,
PublishPromise publishPromise,
OnMessageErrorHandler onMessageErrorHandler,
SpeedyWiring wiring,
NackSchedulerJob nackSchedulerJob,
SchedulerThread schedulerThread,
ImmutableIntMap<GenericHandler> subscriptions) |
SpeedyMessagingSubscriberFactory(SpeedyHost localhost,
MessageUnMarshaller messageUnMarshaller,
ImmutableIntMap<SpeedyConnection> remoteConnections,
PublishPromise publishPromise,
OnMessageErrorHandler subcribeErrorHandler,
SpeedyWiring wiring,
ImmutableIntMap<PublisherBucket> publisherBuckets,
SchedulerThread schedulerThread,
Map<Integer,SubscriberChannelState> channelStates) |
| Modifier and Type | Method and Description |
|---|---|
void |
UdpSpeedyWiring.start(SpeedyMessagingPublisher speedyMessagingPublisher,
SpeedyMessagingSubscriber speedyMessagingSubscriber,
SchedulerThread schedulerThread,
ImmutableIntMap<SpeedyConnection> remoteConnections) |
void |
StubWiring.start(SpeedyMessagingPublisher speedyMessagingPublisher,
SpeedyMessagingSubscriber speedyMessagingSubscriber,
SchedulerThread schedulerThread,
ImmutableIntMap<SpeedyConnection> remoteConnections) |
void |
SpeedyWiring.start(SpeedyMessagingPublisher speedyMessagingPublisher,
SpeedyMessagingSubscriber speedyMessagingSubscriber,
SchedulerThread schedulerThread,
ImmutableIntMap<SpeedyConnection> remoteConnections) |
Copyright © 2018. All rights reserved.