Index

A B C D E F G H I K L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Serialized Form

A

AbstractConfigurator - Class in org.machanism.macha.core.commons.configurator
The AbstractConfigurator is an abstract base class that implements the Configurator interface.
AbstractConfigurator() - Constructor for class org.machanism.macha.core.commons.configurator.AbstractConfigurator
Creates an AbstractConfigurator with no name set.
AbstractConfigurator(String) - Constructor for class org.machanism.macha.core.commons.configurator.AbstractConfigurator
Creates an AbstractConfigurator with the specified name.
AbstractFileConfigurator - Class in org.machanism.macha.core.commons.configurator
The AbstractFileConfigurator class extends AbstractConfigurator to provide functionality for loading configuration properties from external file resources.
AbstractFileConfigurator() - Constructor for class org.machanism.macha.core.commons.configurator.AbstractFileConfigurator
Default constructor for AbstractFileConfigurator, initializes an instance without loading any configurations.
AbstractFileConfigurator(String) - Constructor for class org.machanism.macha.core.commons.configurator.AbstractFileConfigurator
Constructs an AbstractFileConfigurator instance and immediately loads configuration properties from the specified file name.
Attribute - Annotation Interface in org.machanism.macha.core.commons.customization.annotation
The Attribute annotation is used to define customizable attributes for platform entities in client projects.

B

BeanUtils - Class in org.machanism.macha.core.commons.utils
 
BeanUtils() - Constructor for class org.machanism.macha.core.commons.utils.BeanUtils
 
build() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
 

C

clearCreatedAt() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Clears the value of the 'createdAt' field.
clearEntityId() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Clears the value of the 'entityId' field.
clearEntityType() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Clears the value of the 'entityType' field.
clearEventType() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Clears the value of the 'eventType' field.
clearId() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Clears the value of the 'id' field.
clearPayload() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Clears the value of the 'payload' field.
clearProcessedAt() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Clears the value of the 'processedAt' field.
clearSagaId() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Clears the value of the 'sagaId' field.
close() - Method in class org.machanism.macha.core.commons.spring.kafka.producer.KafkaProducer
 
COMPLETED - Enum constant in enum class org.machanism.macha.core.commons.spring.kafka.producer.OutboxStatus
 
COMPLETED - Enum constant in enum class org.machanism.macha.core.commons.spring.outbox.register.entity.OutboxStatus
 
Configurator - Interface in org.machanism.macha.core.commons.configurator
The Configurator interface is used to retrieve configurations and properties from a configurable source.
ConfiguratorProperySource - Class in org.machanism.macha.core.commons.spring.configurator
 
ConfiguratorProperySource(Configurator) - Constructor for class org.machanism.macha.core.commons.spring.configurator.ConfiguratorProperySource
 
consumerConfigs() - Method in class org.machanism.macha.core.commons.spring.kafka.consumer.KafkaConsumerConfig
 
consumerFactory() - Method in class org.machanism.macha.core.commons.spring.kafka.consumer.KafkaConsumerConfig
 
contains(String) - Method in class org.machanism.macha.core.commons.spring.configurator.SpringConfigurator
 
convertToMessage(OutboxEntity) - Method in class org.machanism.macha.core.commons.spring.outbox.publisher.OutboxScheduler
 
createDecoder(SchemaStore) - Static method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
CustomMapProcessor<K,T,R> - Interface in org.machanism.macha.core.commons.utils
 

D

Description - Annotation Interface in org.machanism.macha.core.commons.customization.annotation
The Description annotation is used to provide customizable descriptions for platform entities or their components in client projects.
Direction - Enum Class in org.machanism.macha.core.commons.spring.outbox.register.entity
 

E

equals(Object) - Method in class org.machanism.macha.core.commons.spring.outbox.register.entity.OutboxEntity
 

F

FAILED - Enum constant in enum class org.machanism.macha.core.commons.spring.kafka.producer.OutboxStatus
 
FAILED - Enum constant in enum class org.machanism.macha.core.commons.spring.outbox.register.entity.OutboxStatus
 
findByDirectionAndOutboxStatus(Direction, OutboxStatus) - Method in interface org.machanism.macha.core.commons.spring.outbox.register.dao.OutboxRepository
 
findByDirectionAndOutboxStatusAndService(Direction, OutboxStatus, String) - Method in interface org.machanism.macha.core.commons.spring.outbox.register.dao.OutboxRepository
 
findByOutboxStatus(OutboxStatus) - Method in interface org.machanism.macha.core.commons.spring.outbox.register.dao.OutboxRepository
 
fromByteBuffer(ByteBuffer) - Static method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Deserializes a OutboxEventMessage from a ByteBuffer.

G

get(int) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
 
get(String) - Method in class org.machanism.macha.core.commons.configurator.AbstractConfigurator
Retrieves a property value by its name.
get(String) - Method in class org.machanism.macha.core.commons.configurator.AbstractFileConfigurator
Retrieves a property value by its name.
get(String) - Method in interface org.machanism.macha.core.commons.configurator.Configurator
Retrieves the value of the specified property as a String.
get(String) - Method in class org.machanism.macha.core.commons.configurator.PrefixStrippingConfigurator
Retrieves the value of a property by dynamically appending prefixes and resolving the name against the underlying configurator.
get(String) - Method in class org.machanism.macha.core.commons.spring.configurator.SpringConfigurator
 
getBoolean(String) - Method in class org.machanism.macha.core.commons.configurator.AbstractConfigurator
Retrieves the value of the specified property as a boolean.
getBoolean(String) - Method in interface org.machanism.macha.core.commons.configurator.Configurator
Retrieves the value of the specified property as a boolean.
getByDirectionAndStatusAndService(Direction, OutboxStatus, String) - Method in class org.machanism.macha.core.commons.spring.outbox.register.dao.OutboxDAO
 
getByStatus(OutboxStatus) - Method in class org.machanism.macha.core.commons.spring.outbox.register.dao.OutboxDAO
 
getClassSchema() - Static method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
 
getConversion(int) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
 
getCreatedAt() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Gets the value of the 'createdAt' field.
getCreatedAt() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Gets the value of the 'createdAt' field.
getDecoder() - Static method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Return the BinaryMessageDecoder instance used by this class.
getEncoder() - Static method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Return the BinaryMessageEncoder instance used by this class.
getEntityId() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Gets the value of the 'entityId' field.
getEntityId() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Gets the value of the 'entityId' field.
getEntityType() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Gets the value of the 'entityType' field.
getEntityType() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Gets the value of the 'entityType' field.
getEventType() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Gets the value of the 'eventType' field.
getEventType() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Gets the value of the 'eventType' field.
getId() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Gets the value of the 'id' field.
getId() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Gets the value of the 'id' field.
getInt(String) - Method in class org.machanism.macha.core.commons.configurator.AbstractConfigurator
Retrieves the value of the specified property as an int.
getInt(String) - Method in interface org.machanism.macha.core.commons.configurator.Configurator
Retrieves the value of the specified property as an int.
getKafkaCallback(String, T, U, BiConsumer<U, OutboxStatus>, String, String) - Method in class org.machanism.macha.core.commons.spring.kafka.producer.KafkaMessageHelper
 
getLong(String) - Method in class org.machanism.macha.core.commons.configurator.AbstractConfigurator
Retrieves the value of the specified property as a long.
getLong(String) - Method in interface org.machanism.macha.core.commons.configurator.Configurator
Retrieves the value of the specified property as a long.
getMapper(OutboxEntity) - Method in class org.machanism.macha.core.commons.spring.outbox.publisher.stud.MessagingDataMapper
 
getName() - Method in class org.machanism.macha.core.commons.configurator.AbstractConfigurator
Retrieves the name of the configurator instance.
getName() - Method in interface org.machanism.macha.core.commons.configurator.Configurator
Retrieves the name of the configurator implementation.
getOrderEventPayload(String, Class<T>) - Method in class org.machanism.macha.core.commons.spring.kafka.producer.KafkaMessageHelper
 
getOutboxServiceName() - Method in class org.machanism.macha.core.commons.spring.outbox.publisher.OutboxScheduler
 
getPayload() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Gets the value of the 'payload' field.
getPayload() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Gets the value of the 'payload' field.
getProcessedAt() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Gets the value of the 'processedAt' field.
getProcessedAt() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Gets the value of the 'processedAt' field.
getProperty(String) - Method in class org.machanism.macha.core.commons.spring.configurator.ConfiguratorProperySource
 
getSagaId() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Gets the value of the 'sagaId' field.
getSagaId() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Gets the value of the 'sagaId' field.
getSchema() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
 
getSources() - Method in class org.machanism.macha.core.commons.spring.configurator.SpringConfigurator
 
getSpecificData() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
 

H

handleEvent(T) - Method in class org.machanism.macha.core.commons.spring.outbox.publisher.OutboxEventHandler
 
handleEvent(T, UUID) - Method in class org.machanism.macha.core.commons.spring.outbox.publisher.OutboxEventHandler
 
hasCreatedAt() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Checks whether the 'createdAt' field has been set.
hasEntityId() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Checks whether the 'entityId' field has been set.
hasEntityType() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Checks whether the 'entityType' field has been set.
hasEventType() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Checks whether the 'eventType' field has been set.
hashCode() - Method in class org.machanism.macha.core.commons.spring.outbox.register.entity.OutboxEntity
 
hasId() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Checks whether the 'id' field has been set.
hasPayload() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Checks whether the 'payload' field has been set.
hasProcessedAt() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Checks whether the 'processedAt' field has been set.
hasSagaId() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Checks whether the 'sagaId' field has been set.

I

IN - Enum constant in enum class org.machanism.macha.core.commons.spring.outbox.register.entity.Direction
 
iterator() - Method in class org.machanism.macha.core.commons.spring.configurator.SpringConfigurator
 

K

KafkaConsumerConfig<K,V> - Class in org.machanism.macha.core.commons.spring.kafka.consumer
 
KafkaConsumerConfig(Configurator) - Constructor for class org.machanism.macha.core.commons.spring.kafka.consumer.KafkaConsumerConfig
 
kafkaListenerContainerFactory() - Method in class org.machanism.macha.core.commons.spring.kafka.consumer.KafkaConsumerConfig
 
KafkaMessageHelper - Class in org.machanism.macha.core.commons.spring.kafka.producer
 
KafkaMessageHelper(ObjectMapper) - Constructor for class org.machanism.macha.core.commons.spring.kafka.producer.KafkaMessageHelper
 
KafkaProducer<V> - Class in org.machanism.macha.core.commons.spring.kafka.producer
 
KafkaProducer(KafkaTemplate<UUID, SpecificRecord>) - Constructor for class org.machanism.macha.core.commons.spring.kafka.producer.KafkaProducer
 
KafkaProducerConfig<K,V> - Class in org.machanism.macha.core.commons.spring.kafka.producer
 
KafkaProducerConfig(Configurator) - Constructor for class org.machanism.macha.core.commons.spring.kafka.producer.KafkaProducerConfig
 
KafkaProducerException - Exception Class in org.machanism.macha.core.commons.spring.kafka.producer
 
KafkaProducerException(String) - Constructor for exception class org.machanism.macha.core.commons.spring.kafka.producer.KafkaProducerException
 
KafkaProducerException(String, Exception) - Constructor for exception class org.machanism.macha.core.commons.spring.kafka.producer.KafkaProducerException
 
kafkaTemplate() - Method in class org.machanism.macha.core.commons.spring.kafka.producer.KafkaProducerConfig
 

L

load(Map<String, Object>, InputStream) - Method in class org.machanism.macha.core.commons.configurator.AbstractFileConfigurator
Abstract method to implement custom loading logic for configuration files.
load(Map<String, Object>, InputStream) - Method in class org.machanism.macha.core.commons.configurator.PropertiesConfigurator
Loads properties from the given input stream into the provided Map.
load(Map<String, Object>, InputStream) - Method in class org.machanism.macha.core.commons.configurator.YamlConfigurator
Loads properties from the given input stream of a YAML file into the provided Map.

M

Mandatory - Annotation Interface in org.machanism.macha.core.commons.customization.annotation
The Mandatory annotation is used to indicate that a field, method, or property in a model is required or mandatory.
MessagingDataMapper - Class in org.machanism.macha.core.commons.spring.outbox.publisher.stud
 
MessagingDataMapper() - Constructor for class org.machanism.macha.core.commons.spring.outbox.publisher.stud.MessagingDataMapper
 

N

name() - Element in annotation interface org.machanism.macha.core.commons.customization.annotation.Attribute
Defines the name of the attribute being customized.
Name - Annotation Interface in org.machanism.macha.core.commons.customization.annotation
The Name annotation is used to define a customizable name for an attribute, model, or component in platform entities.
newBuilder() - Static method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Creates a new OutboxEventMessage RecordBuilder.
newBuilder(OutboxEventMessage) - Static method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Creates a new OutboxEventMessage RecordBuilder by copying an existing OutboxEventMessage instance.
newBuilder(OutboxEventMessage.Builder) - Static method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Creates a new OutboxEventMessage RecordBuilder by copying an existing Builder.

O

org.machanism.macha.core.commons.configurator - package org.machanism.macha.core.commons.configurator
 
org.machanism.macha.core.commons.customization.annotation - package org.machanism.macha.core.commons.customization.annotation
 
org.machanism.macha.core.commons.spring.configurator - package org.machanism.macha.core.commons.spring.configurator
 
org.machanism.macha.core.commons.spring.kafka.consumer - package org.machanism.macha.core.commons.spring.kafka.consumer
 
org.machanism.macha.core.commons.spring.kafka.producer - package org.machanism.macha.core.commons.spring.kafka.producer
 
org.machanism.macha.core.commons.spring.outbox.model - package org.machanism.macha.core.commons.spring.outbox.model
 
org.machanism.macha.core.commons.spring.outbox.publisher - package org.machanism.macha.core.commons.spring.outbox.publisher
 
org.machanism.macha.core.commons.spring.outbox.publisher.stud - package org.machanism.macha.core.commons.spring.outbox.publisher.stud
 
org.machanism.macha.core.commons.spring.outbox.register - package org.machanism.macha.core.commons.spring.outbox.register
 
org.machanism.macha.core.commons.spring.outbox.register.dao - package org.machanism.macha.core.commons.spring.outbox.register.dao
 
org.machanism.macha.core.commons.spring.outbox.register.entity - package org.machanism.macha.core.commons.spring.outbox.register.entity
 
org.machanism.macha.core.commons.utils - package org.machanism.macha.core.commons.utils
 
OUT - Enum constant in enum class org.machanism.macha.core.commons.spring.outbox.register.entity.Direction
 
OutboxDAO - Class in org.machanism.macha.core.commons.spring.outbox.register.dao
 
OutboxDAO(OutboxRepository) - Constructor for class org.machanism.macha.core.commons.spring.outbox.register.dao.OutboxDAO
 
OutboxEntity - Class in org.machanism.macha.core.commons.spring.outbox.register.entity
 
OutboxEntity() - Constructor for class org.machanism.macha.core.commons.spring.outbox.register.entity.OutboxEntity
 
OutboxEventHandler<T> - Class in org.machanism.macha.core.commons.spring.outbox.publisher
 
OutboxEventHandler(OutboxDAO) - Constructor for class org.machanism.macha.core.commons.spring.outbox.publisher.OutboxEventHandler
 
OutboxEventMessage - Class in org.machanism.macha.core.commons.spring.outbox.model
 
OutboxEventMessage() - Constructor for class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Default constructor.
OutboxEventMessage(UUID, String, String, UUID, UUID, String, Long, Long) - Constructor for class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
All-args constructor.
OutboxEventMessage.Builder - Class in org.machanism.macha.core.commons.spring.outbox.model
RecordBuilder for OutboxEventMessage instances.
OutboxMessageRegister - Class in org.machanism.macha.core.commons.spring.outbox.register
 
OutboxMessageRegister(OutboxDAO) - Constructor for class org.machanism.macha.core.commons.spring.outbox.register.OutboxMessageRegister
 
OutboxMessagingService - Interface in org.machanism.macha.core.commons.spring.outbox.publisher.stud
 
OutboxRecordId - Class in org.machanism.macha.core.commons.spring.outbox.register.entity
 
OutboxRecordId() - Constructor for class org.machanism.macha.core.commons.spring.outbox.register.entity.OutboxRecordId
 
OutboxRepository - Interface in org.machanism.macha.core.commons.spring.outbox.register.dao
 
OutboxScheduler - Class in org.machanism.macha.core.commons.spring.outbox.publisher
 
OutboxScheduler(OutboxDAO, OutboxMessagingService, MessagingDataMapper) - Constructor for class org.machanism.macha.core.commons.spring.outbox.publisher.OutboxScheduler
 
OutboxStatus - Enum Class in org.machanism.macha.core.commons.spring.kafka.producer
 
OutboxStatus - Enum Class in org.machanism.macha.core.commons.spring.outbox.register.entity
 

P

PrefixStrippingConfigurator - Class in org.machanism.macha.core.commons.configurator
The PrefixStrippingConfigurator class extends AbstractConfigurator and enables property retrieval by dynamically handling configurable prefixes.
PrefixStrippingConfigurator(Configurator, String...) - Constructor for class org.machanism.macha.core.commons.configurator.PrefixStrippingConfigurator
Constructs a PrefixStrippingConfigurator instance with the specified configurator and prefixes.
processMap(Map<K, T>) - Method in interface org.machanism.macha.core.commons.utils.CustomMapProcessor
 
processOutboxMessage() - Method in class org.machanism.macha.core.commons.spring.outbox.publisher.OutboxScheduler
 
producerConfig() - Method in class org.machanism.macha.core.commons.spring.kafka.producer.KafkaProducerConfig
 
producerFactory() - Method in class org.machanism.macha.core.commons.spring.kafka.producer.KafkaProducerConfig
 
prop - Variable in class org.machanism.macha.core.commons.configurator.AbstractFileConfigurator
Stores configuration properties loaded from external files as key-value pairs.
PropertiesConfigurator - Class in org.machanism.macha.core.commons.configurator
The PropertiesConfigurator class is an implementation of AbstractFileConfigurator designed to load configuration properties from standard Java `.properties` files.
PropertiesConfigurator() - Constructor for class org.machanism.macha.core.commons.configurator.PropertiesConfigurator
Default constructor for PropertiesConfigurator.
PropertiesConfigurator(String) - Constructor for class org.machanism.macha.core.commons.configurator.PropertiesConfigurator
Constructs a PropertiesConfigurator and immediately loads configuration properties from a file with the specified name.
put(int, Object) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
 

R

readExternal(ObjectInput) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
 
register(OutboxEntity) - Method in class org.machanism.macha.core.commons.spring.outbox.register.OutboxMessageRegister
 

S

save(OutboxEntity) - Method in class org.machanism.macha.core.commons.spring.outbox.register.dao.OutboxDAO
 
SCHEMA$ - Static variable in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
 
send(String, V, BiConsumer<SendResult<UUID, SpecificRecord>, Throwable>) - Method in class org.machanism.macha.core.commons.spring.kafka.producer.KafkaProducer
 
setConfiguration(String) - Method in class org.machanism.macha.core.commons.configurator.AbstractFileConfigurator
Sets the configuration by loading properties from the specified file name.
setConfigurations(String...) - Method in class org.machanism.macha.core.commons.configurator.AbstractFileConfigurator
Sets multiple configurations by loading properties from all specified file names.
setCreatedAt(long) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Sets the value of the 'createdAt' field.
setCreatedAt(long) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Sets the value of the 'createdAt' field.
setEntityId(UUID) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Sets the value of the 'entityId' field.
setEntityId(UUID) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Sets the value of the 'entityId' field.
setEntityType(String) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Sets the value of the 'entityType' field.
setEntityType(String) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Sets the value of the 'entityType' field.
setEventType(String) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Sets the value of the 'eventType' field.
setEventType(String) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Sets the value of the 'eventType' field.
setId(UUID) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Sets the value of the 'id' field.
setId(UUID) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Sets the value of the 'id' field.
setName(String) - Method in class org.machanism.macha.core.commons.configurator.AbstractConfigurator
Sets the name of the configurator instance.
setOutboxServiceName(String) - Method in class org.machanism.macha.core.commons.spring.outbox.publisher.OutboxScheduler
 
setPayload(String) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Sets the value of the 'payload' field.
setPayload(String) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Sets the value of the 'payload' field.
setPrefixes(String...) - Method in class org.machanism.macha.core.commons.configurator.PrefixStrippingConfigurator
Adds one or more prefixes to the existing list of prefixes used for property resolution.
setProcessedAt(long) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Sets the value of the 'processedAt' field.
setProcessedAt(long) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Sets the value of the 'processedAt' field.
setProperty(Object, String, Object) - Static method in class org.machanism.macha.core.commons.utils.BeanUtils
 
setSagaId(UUID) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage.Builder
Sets the value of the 'sagaId' field.
setSagaId(UUID) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Sets the value of the 'sagaId' field.
setSources(List<ConfiguratorProperySource>) - Method in class org.machanism.macha.core.commons.spring.configurator.SpringConfigurator
 
SpringConfigurator - Class in org.machanism.macha.core.commons.spring.configurator
 
SpringConfigurator() - Constructor for class org.machanism.macha.core.commons.spring.configurator.SpringConfigurator
 
SpringConfigurator(Configurator) - Constructor for class org.machanism.macha.core.commons.spring.configurator.SpringConfigurator
 
STARTED - Enum constant in enum class org.machanism.macha.core.commons.spring.outbox.register.entity.OutboxStatus
 

T

toByteBuffer() - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
Serializes this OutboxEventMessage to a ByteBuffer.

U

updateStatus(OutboxRecordId, OutboxStatus) - Method in class org.machanism.macha.core.commons.spring.outbox.register.dao.OutboxDAO
 

V

value() - Element in annotation interface org.machanism.macha.core.commons.customization.annotation.Description
Provides a description or metadata for the annotated field, method, or component.
value() - Element in annotation interface org.machanism.macha.core.commons.customization.annotation.Name
Specifies the custom name to be assigned to the annotated model component.
valueOf(String) - Static method in enum class org.machanism.macha.core.commons.spring.kafka.producer.OutboxStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.machanism.macha.core.commons.spring.outbox.register.entity.Direction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.machanism.macha.core.commons.spring.outbox.register.entity.OutboxStatus
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.machanism.macha.core.commons.spring.kafka.producer.OutboxStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.machanism.macha.core.commons.spring.outbox.register.entity.Direction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.machanism.macha.core.commons.spring.outbox.register.entity.OutboxStatus
Returns an array containing the constants of this enum class, in the order they are declared.

W

writeExternal(ObjectOutput) - Method in class org.machanism.macha.core.commons.spring.outbox.model.OutboxEventMessage
 

Y

YamlConfigurator - Class in org.machanism.macha.core.commons.configurator
The YamlConfigurator class is an implementation of AbstractFileConfigurator designed to load configuration properties from YAML files.
YamlConfigurator(String) - Constructor for class org.machanism.macha.core.commons.configurator.YamlConfigurator
Creates a YamlConfigurator instance and immediately loads configuration properties from the specified YAML file.
A B C D E F G H I K L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Serialized Form