public class InitialPositionInStreamExtended extends Object
Modifier and Type | Method and Description |
---|---|
InitialPositionInStream |
getInitialPositionInStream()
Get the initial position in the stream where the application should start from.
|
Date |
getTimestamp()
Get the timestamp from where we need to start the application.
|
static InitialPositionInStreamExtended |
newInitialPosition(InitialPositionInStream position) |
static InitialPositionInStreamExtended |
newInitialPositionAtTimestamp(Date timestamp) |
public InitialPositionInStream getInitialPositionInStream()
public Date getTimestamp()
public static InitialPositionInStreamExtended newInitialPosition(InitialPositionInStream position)
public static InitialPositionInStreamExtended newInitialPositionAtTimestamp(Date timestamp)
Copyright © 2019. All rights reserved.