| Package | Description |
|---|---|
| io.kiw.speedy | |
| io.kiw.speedy.builder | |
| io.kiw.speedy.marshaller | |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
SpeedyMessagingBuilder |
SpeedyMessagingBuilder.withWiring(SpeedyWiring wiring) |
| Constructor and Description |
|---|
PacketHandlerImpl(PacketFlusher packetflusher,
EventMarshaller eventMarshaller,
PublisherBucket[] publisherBuckets,
SpeedyWiring wiring) |
| 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 | Class and Description |
|---|---|
class |
StubWiring |
class |
UdpSpeedyWiring |
Copyright © 2018. All rights reserved.