Package | Description |
---|---|
com.solace.messaging |
A root API package that contains interfaces and classes for developing Java applications using
Solace PubSub Messaging Java Client
|
com.solace.messaging.config |
A package of interfaces to configure PubSub+ messages, receivers, and publishers.
|
Modifier and Type | Method and Description |
---|---|
PersistentMessageReceiverBuilder |
PersistentMessageReceiverBuilder.withMessageReplay(ReplayStrategy replayStrategy) |
Modifier and Type | Method and Description |
---|---|
static ReplayStrategy |
ReplayStrategy.allMessages()
Creates a replay strategy for all available messages.
|
static ReplayStrategy |
ReplayStrategy.replicationGroupMessageIdBased(InboundMessage.ReplicationGroupMessageId replicationGroupMessageId)
Factory method to create replay strategy based replication group message Id.
|
static ReplayStrategy |
ReplayStrategy.timeBased(Date replayStartDate,
String zoneId)
Create time-based replay strategy based on the start time and timezone.
|
static ReplayStrategy |
ReplayStrategy.timeBased(ZonedDateTime replayStartDate)
Factory method to create time based replay strategy based on start time.
|
Modifier and Type | Method and Description |
---|---|
MessageReplayConfiguration |
MessageReplayConfiguration.withMessageReplay(ReplayStrategy replayStrategy)
Enables support for message replay using a specific replay strategy.
|
Copyright 2019-2024 Solace Corporation. All rights reserved.