Package xyz.block.ftl.hotreload.v1
Interface ReloadRequestOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface ReloadRequestOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleangetForceNewRunner()bool force_new_runner = 1;abstract StringgetNewDeploymentKey()If the reload results in a new runner, this will be the new deployment keystring new_deployment_key = 2;abstract ByteStringgetNewDeploymentKeyBytes()If the reload results in a new runner, this will be the new deployment keystring new_deployment_key = 2;abstract booleangetSchemaChanged()If the schema has changed on the plugin side, this will be truebool schema_changed = 3;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getForceNewRunner
abstract boolean getForceNewRunner()
bool force_new_runner = 1;- Returns:
The forceNewRunner.
-
getNewDeploymentKey
abstract String getNewDeploymentKey()
If the reload results in a new runner, this will be the new deployment keystring new_deployment_key = 2;- Returns:
The newDeploymentKey.
-
getNewDeploymentKeyBytes
abstract ByteString getNewDeploymentKeyBytes()
If the reload results in a new runner, this will be the new deployment keystring new_deployment_key = 2;- Returns:
The bytes for newDeploymentKey.
-
getSchemaChanged
abstract boolean getSchemaChanged()
If the schema has changed on the plugin side, this will be truebool schema_changed = 3;- Returns:
The schemaChanged.
-
-
-
-