Index

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

B

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
 
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.

D

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.spring.configurator.SpringConfigurator
 
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.
getKafkaCallback(String, T, U, BiConsumer<U, OutboxStatus>, String, String) - Method in class org.machanism.macha.core.commons.spring.kafka.producer.KafkaMessageHelper
 
getMapper(OutboxEntity) - Method in class org.machanism.macha.core.commons.spring.outbox.publisher.stud.MessagingDataMapper
 
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
 

M

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

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.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
 
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

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
 
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
 
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.
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.
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.
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

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
 
B C D E F G H I K M N O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form