public class ReplayParameterResolverFactory extends Object implements ParameterResolverFactory
ParameterResolverFactory
which resolves the
ReplayStatus
parameter. Will resolve a ReplayStatus.REPLAY
parameter
if the Message
is a TrackedEventMessage
,
containing a ReplayToken
. Otherwise, it will resolve a
ReplayStatus.REGULAR
parameter.Constructor and Description |
---|
ReplayParameterResolverFactory() |
Modifier and Type | Method and Description |
---|---|
ParameterResolver |
createInstance(Executable executable,
Parameter[] parameters,
int parameterIndex)
If available, creates a ParameterResolver instance that can provide a parameter of type
parameterType for a given message. |
public ParameterResolver createInstance(Executable executable, Parameter[] parameters, int parameterIndex)
ParameterResolverFactory
parameterType
for a given message.
If the ParameterResolverFactory cannot provide a suitable ParameterResolver, returns null
.
createInstance
in interface ParameterResolverFactory
executable
- The executable (constructor or method) to inspectparameters
- The parameters on the executable to inspectparameterIndex
- The index of the parameter to return a ParameterResolver fornull
if none is foundCopyright © 2010–2018. All rights reserved.