Uses of Enum
io.debezium.connector.spanner.kafka.internal.model.MessageTypeEnum
Packages that use MessageTypeEnum
-
Uses of MessageTypeEnum in io.debezium.connector.spanner.kafka.internal.model
Fields in io.debezium.connector.spanner.kafka.internal.model declared as MessageTypeEnumModifier and TypeFieldDescriptionprivate final MessageTypeEnumTaskSyncEvent.messageTypeprivate MessageTypeEnumTaskSyncEvent.TaskSyncEventBuilder.messageTypeMethods in io.debezium.connector.spanner.kafka.internal.model that return MessageTypeEnumModifier and TypeMethodDescriptionTaskSyncEvent.getMessageType()static MessageTypeEnumReturns the enum constant of this type with the specified name.static MessageTypeEnum[]MessageTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.debezium.connector.spanner.kafka.internal.model with parameters of type MessageTypeEnumModifier and TypeMethodDescriptionTaskSyncEvent.TaskSyncEventBuilder.messageType(MessageTypeEnum messageType) Constructors in io.debezium.connector.spanner.kafka.internal.model with parameters of type MessageTypeEnumModifierConstructorDescriptionTaskSyncEvent(String taskUid, String consumerId, long messageTimestamp, MessageTypeEnum messageType, long rebalanceGenerationId, long epochOffset, Map<String, TaskState> taskStates)