Package de.otto.synapse.info
Class SnapshotReaderNotification.Builder
- java.lang.Object
-
- de.otto.synapse.info.SnapshotReaderNotification.Builder
-
- Enclosing class:
- SnapshotReaderNotification
public static class SnapshotReaderNotification.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
Modifier and Type Method Description SnapshotReaderNotificationbuild()SnapshotReaderNotification.BuilderwithChannelName(java.lang.String val)SnapshotReaderNotification.BuilderwithMessage(java.lang.String msg)SnapshotReaderNotification.BuilderwithSnapshotTimestamp(java.time.Instant snapshotTimestamp)SnapshotReaderNotification.BuilderwithStatus(SnapshotReaderStatus val)
-
-
-
Method Detail
-
withChannelName
public SnapshotReaderNotification.Builder withChannelName(java.lang.String val)
-
withStatus
public SnapshotReaderNotification.Builder withStatus(SnapshotReaderStatus val)
-
withMessage
public SnapshotReaderNotification.Builder withMessage(java.lang.String msg)
-
withSnapshotTimestamp
public SnapshotReaderNotification.Builder withSnapshotTimestamp(java.time.Instant snapshotTimestamp)
-
build
public SnapshotReaderNotification build()
-
-