Interface Migration.Reader<TReadInput,TReadResult>
-
- Type Parameters:
TReadInput
- the payload type of the readTReadResult
- the result type of the read
- All Superinterfaces:
Migration.Method<TReadInput,TReadResult>
- Enclosing class:
- Migration<TReadResult,TWriteResult,TReadInput,TWriteInput>
public static interface Migration.Reader<TReadInput,TReadResult> extends Migration.Method<TReadInput,TReadResult>
This interface defines a read method.
-
-
Method Summary
-
Methods inherited from interface com.launchdarkly.sdk.server.migrations.Migration.Method
execute
-
-