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