Index

B D E I N O R S V W 
All Classes and Interfaces|All Packages

B

BACKGROUND - Enum constant in enum class org.occurrent.annotation.Subscription.StartupMode
The subscription will NOT wait until it's started up fully before Spring continues starting the rest of the application, instead it will be started in the background.
BEGINNING_OF_TIME - Enum constant in enum class org.occurrent.annotation.Subscription.StartPosition
Start this subscription from the first event in the event store

D

DEFAULT - Enum constant in enum class org.occurrent.annotation.Subscription.ResumeBehavior
Use the default resume behavior of the underlying subscription model.
DEFAULT - Enum constant in enum class org.occurrent.annotation.Subscription.StartPosition
Start this subscription using the default behavior of the subscription model.
DEFAULT - Enum constant in enum class org.occurrent.annotation.Subscription.StartupMode
Occurrent will determine the startup mode based on the other properties of the subscription (such as Subscription.startAt() and Subscription.resumeBehavior()).

E

eventTypes() - Element in annotation interface org.occurrent.annotation.Subscription
Specify event types to subscribe to.

I

id() - Element in annotation interface org.occurrent.annotation.Subscription
The unique identifier of the subscription.

N

NOW - Enum constant in enum class org.occurrent.annotation.Subscription.StartPosition
Start this subscription from "NOW"

O

org.occurrent.annotation - package org.occurrent.annotation
 

R

resumeBehavior() - Element in annotation interface org.occurrent.annotation.Subscription
Specify if the resume behavior for the subscription should differ from when its started.

S

SAME_AS_START_AT - Enum constant in enum class org.occurrent.annotation.Subscription.ResumeBehavior
Always start at the same position as specified by the Subscription.StartPosition.
startAt() - Element in annotation interface org.occurrent.annotation.Subscription
Specify the start position to one if the predefined ones in Subscription.StartPosition.
startAtISO8601() - Element in annotation interface org.occurrent.annotation.Subscription
Start a subscription from the specified ISO8601 date/time.
startAtTimeEpochMillis() - Element in annotation interface org.occurrent.annotation.Subscription
Specify the start position as time epoch milliseconds
startupMode() - Element in annotation interface org.occurrent.annotation.Subscription
 
Subscription - Annotation Interface in org.occurrent.annotation
An annotation that can be used to start/resume subscriptions.
Subscription.ResumeBehavior - Enum Class in org.occurrent.annotation
Specifies how a subscription should be resumed once the application is restarted.
Subscription.StartPosition - Enum Class in org.occurrent.annotation
A set of predefined start positions
Subscription.StartupMode - Enum Class in org.occurrent.annotation
Specify how the subscription should behave during startup.

V

valueOf(String) - Static method in enum class org.occurrent.annotation.Subscription.ResumeBehavior
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.occurrent.annotation.Subscription.StartPosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.occurrent.annotation.Subscription.StartupMode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.occurrent.annotation.Subscription.ResumeBehavior
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.occurrent.annotation.Subscription.StartPosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.occurrent.annotation.Subscription.StartupMode
Returns an array containing the constants of this enum class, in the order they are declared.

W

WAIT_UNTIL_STARTED - Enum constant in enum class org.occurrent.annotation.Subscription.StartupMode
The subscription will wait until it's started up fully before Spring continues starting the rest of the application.
B D E I N O R S V W 
All Classes and Interfaces|All Packages