jar

me.ahoo.wow : wow-core

Maven & Gradle

Aug 17, 2023
144 stars

Wow · A Modern Reactive CQRS Architecture Microservice development framework based on DDD and EventSourcing.

Table Of Contents

Latest Version

Download me.ahoo.wow : wow-core JAR file - Latest Versions:

All Versions

Download me.ahoo.wow : wow-core JAR file - All Versions:

Version Vulnerabilities Size Updated
2.5.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
0.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window wow-core-2.5.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

me.ahoo.wow.infra.prepare

├─ me.ahoo.wow.infra.prepare.DefaultPreparedValue.class - [JAR]

├─ me.ahoo.wow.infra.prepare.PrepareKey.class - [JAR]

├─ me.ahoo.wow.infra.prepare.PrepareKeyFactory.class - [JAR]

├─ me.ahoo.wow.infra.prepare.PreparedValue.class - [JAR]

me.ahoo.wow.projection

├─ me.ahoo.wow.projection.DefaultProjectionHandler.class - [JAR]

├─ me.ahoo.wow.projection.ProjectionDispatcher.class - [JAR]

├─ me.ahoo.wow.projection.ProjectionFunctionFilter.class - [JAR]

├─ me.ahoo.wow.projection.ProjectionFunctionRegistrar.class - [JAR]

├─ me.ahoo.wow.projection.ProjectionHandler.class - [JAR]

me.ahoo.wow.sharding

├─ me.ahoo.wow.sharding.AggregateIdSharding.class - [JAR]

├─ me.ahoo.wow.sharding.AggregateIdShardingKt.class - [JAR]

├─ me.ahoo.wow.sharding.CompositeAggregateIdSharding.class - [JAR]

├─ me.ahoo.wow.sharding.CosIdShardingDecorator.class - [JAR]

├─ me.ahoo.wow.sharding.NamedAggregateIdSharding.class - [JAR]

├─ me.ahoo.wow.sharding.ShardingRegistrar.class - [JAR]

├─ me.ahoo.wow.sharding.SimpleShardingRegistrar.class - [JAR]

├─ me.ahoo.wow.sharding.SingleAggregateIdSharding.class - [JAR]

me.ahoo.wow.command.wait

├─ me.ahoo.wow.command.wait.AbstractNotifierFilter.class - [JAR]

├─ me.ahoo.wow.command.wait.CommandStage.class - [JAR]

├─ me.ahoo.wow.command.wait.CommandWaitEndpoint.class - [JAR]

├─ me.ahoo.wow.command.wait.CommandWaitNotifier.class - [JAR]

├─ me.ahoo.wow.command.wait.CommandWaitNotifierKt.class - [JAR]

├─ me.ahoo.wow.command.wait.CommandWaitNotifierSubscriber.class - [JAR]

├─ me.ahoo.wow.command.wait.LocalCommandWaitNotifier.class - [JAR]

├─ me.ahoo.wow.command.wait.MonoCommandWaitNotifier.class - [JAR]

├─ me.ahoo.wow.command.wait.MonoCommandWaitNotifierKt.class - [JAR]

├─ me.ahoo.wow.command.wait.ProcessedNotifierFilter.class - [JAR]

├─ me.ahoo.wow.command.wait.ProjectedNotifierFilter.class - [JAR]

├─ me.ahoo.wow.command.wait.SimpleCommandWaitEndpoint.class - [JAR]

├─ me.ahoo.wow.command.wait.SimpleWaitSignal.class - [JAR]

├─ me.ahoo.wow.command.wait.SimpleWaitStrategyRegistrar.class - [JAR]

├─ me.ahoo.wow.command.wait.SnapshotNotifierFilter.class - [JAR]

├─ me.ahoo.wow.command.wait.WaitSignal.class - [JAR]

├─ me.ahoo.wow.command.wait.WaitStrategy.class - [JAR]

├─ me.ahoo.wow.command.wait.WaitStrategyInfo.class - [JAR]

├─ me.ahoo.wow.command.wait.WaitStrategyRegistrar.class - [JAR]

├─ me.ahoo.wow.command.wait.WaitingFor.class - [JAR]

me.ahoo.wow.projection.annotation

├─ me.ahoo.wow.projection.annotation.ProjectionProcessorMetadataParser.class - [JAR]

├─ me.ahoo.wow.projection.annotation.ProjectionProcessorMetadataParserKt.class - [JAR]

me.ahoo.wow.event

├─ me.ahoo.wow.event.AbstractAggregateEventDispatcher.class - [JAR]

├─ me.ahoo.wow.event.AbstractEventDispatcher.class - [JAR]

├─ me.ahoo.wow.event.AbstractEventFunctionRegistrar.class - [JAR]

├─ me.ahoo.wow.event.AggregateEventDispatcher.class - [JAR]

├─ me.ahoo.wow.event.AggregateStateEventDispatcher.class - [JAR]

├─ me.ahoo.wow.event.DefaultDomainEventHandler.class - [JAR]

├─ me.ahoo.wow.event.DistributedDomainEventBus.class - [JAR]

├─ me.ahoo.wow.event.DomainEvent.class - [JAR]

├─ me.ahoo.wow.event.DomainEventBus.class - [JAR]

├─ me.ahoo.wow.event.DomainEventDispatcher.class - [JAR]

├─ me.ahoo.wow.event.DomainEventException.class - [JAR]

├─ me.ahoo.wow.event.DomainEventExchange.class - [JAR]

├─ me.ahoo.wow.event.DomainEventExchangeKt.class - [JAR]

├─ me.ahoo.wow.event.DomainEventFactoryKt.class - [JAR]

├─ me.ahoo.wow.event.DomainEventFunctionFilter.class - [JAR]

├─ me.ahoo.wow.event.DomainEventFunctionRegistrar.class - [JAR]

├─ me.ahoo.wow.event.DomainEventHandler.class - [JAR]

├─ me.ahoo.wow.event.DomainEventKt.class - [JAR]

├─ me.ahoo.wow.event.DomainEventStream.class - [JAR]

├─ me.ahoo.wow.event.DomainEventStreamFactoryKt.class - [JAR]

├─ me.ahoo.wow.event.DomainEventStreamKt.class - [JAR]

├─ me.ahoo.wow.event.EventHandler.class - [JAR]

├─ me.ahoo.wow.event.EventStreamExchange.class - [JAR]

├─ me.ahoo.wow.event.InMemoryDomainEventBus.class - [JAR]

├─ me.ahoo.wow.event.LocalDomainEventBus.class - [JAR]

├─ me.ahoo.wow.event.LocalFirstDomainEventBus.class - [JAR]

├─ me.ahoo.wow.event.NoOpDomainEventBus.class - [JAR]

├─ me.ahoo.wow.event.SimpleDomainEvent.class - [JAR]

├─ me.ahoo.wow.event.SimpleDomainEventExchange.class - [JAR]

├─ me.ahoo.wow.event.SimpleDomainEventStream.class - [JAR]

├─ me.ahoo.wow.event.SimpleEventStreamExchange.class - [JAR]

├─ me.ahoo.wow.event.SimpleStateDomainEventExchange.class - [JAR]

├─ me.ahoo.wow.event.StateDomainEventExchange.class - [JAR]

me.ahoo.wow.infra.accessor.method.reactive

├─ me.ahoo.wow.infra.accessor.method.reactive.BlockingMonoMethodAccessor.class - [JAR]

├─ me.ahoo.wow.infra.accessor.method.reactive.BlockingMonoMethodAccessorKt.class - [JAR]

├─ me.ahoo.wow.infra.accessor.method.reactive.FluxMonoMethodAccessor.class - [JAR]

├─ me.ahoo.wow.infra.accessor.method.reactive.MonoMethodAccessor.class - [JAR]

├─ me.ahoo.wow.infra.accessor.method.reactive.MonoMethodAccessorFactory.class - [JAR]

├─ me.ahoo.wow.infra.accessor.method.reactive.MonoMethodAccessorFactoryKt.class - [JAR]

├─ me.ahoo.wow.infra.accessor.method.reactive.PublisherMonoMethodAccessor.class - [JAR]

├─ me.ahoo.wow.infra.accessor.method.reactive.ReactiveMethodAccessor.class - [JAR]

├─ me.ahoo.wow.infra.accessor.method.reactive.SimpleMonoMethodAccessor.class - [JAR]

├─ me.ahoo.wow.infra.accessor.method.reactive.SyncMonoMethodAccessor.class - [JAR]

me.ahoo.wow.infra

├─ me.ahoo.wow.infra.Decorator.class - [JAR]

├─ me.ahoo.wow.infra.TypeNameMapper.class - [JAR]

me.ahoo.wow.modeling.annotation

├─ me.ahoo.wow.modeling.annotation.AggregateMetadataParser.class - [JAR]

├─ me.ahoo.wow.modeling.annotation.AggregateMetadataParserKt.class - [JAR]

├─ me.ahoo.wow.modeling.annotation.StateAggregateMetadataParser.class - [JAR]

├─ me.ahoo.wow.modeling.annotation.StateAggregateMetadataParserKt.class - [JAR]

├─ me.ahoo.wow.modeling.annotation.StateAggregateMetadataVisitor.class - [JAR]

me.ahoo.wow.command.validation

├─ me.ahoo.wow.command.validation.NoOpValidator.class - [JAR]

me.ahoo.wow.messaging

├─ me.ahoo.wow.messaging.DefaultHeader.class - [JAR]

├─ me.ahoo.wow.messaging.DefaultHeaderKt.class - [JAR]

├─ me.ahoo.wow.messaging.DistributedMessageBus.class - [JAR]

├─ me.ahoo.wow.messaging.InMemoryMessageBus.class - [JAR]

├─ me.ahoo.wow.messaging.InMemoryMessageBusKt.class - [JAR]

├─ me.ahoo.wow.messaging.LocalFirstMessageBus.class - [JAR]

├─ me.ahoo.wow.messaging.LocalFirstMessageBusKt.class - [JAR]

├─ me.ahoo.wow.messaging.LocalMessageBus.class - [JAR]

├─ me.ahoo.wow.messaging.MessageBus.class - [JAR]

├─ me.ahoo.wow.messaging.MessageDispatcher.class - [JAR]

├─ me.ahoo.wow.messaging.ReceiverGroupKt.class - [JAR]

me.ahoo.wow.serialization.state

├─ me.ahoo.wow.serialization.state.AbstractStateAggregateDeserializer.class - [JAR]

├─ me.ahoo.wow.serialization.state.AbstractStateAggregateSerializer.class - [JAR]

├─ me.ahoo.wow.serialization.state.SnapshotDeserializer.class - [JAR]

├─ me.ahoo.wow.serialization.state.SnapshotRecords.class - [JAR]

├─ me.ahoo.wow.serialization.state.SnapshotSerializer.class - [JAR]

├─ me.ahoo.wow.serialization.state.StateAggregateDeserializer.class - [JAR]

├─ me.ahoo.wow.serialization.state.StateAggregateRecords.class - [JAR]

├─ me.ahoo.wow.serialization.state.StateAggregateSerializer.class - [JAR]

me.ahoo.wow.ioc

├─ me.ahoo.wow.ioc.ServiceProvider.class - [JAR]

├─ me.ahoo.wow.ioc.ServiceProviderKt.class - [JAR]

├─ me.ahoo.wow.ioc.SimpleServiceProvider.class - [JAR]

me.ahoo.wow.eventsourcing.snapshot

├─ me.ahoo.wow.eventsourcing.snapshot.AggregateSnapshotDispatcher.class - [JAR]

├─ me.ahoo.wow.eventsourcing.snapshot.DefaultSnapshotHandler.class - [JAR]

├─ me.ahoo.wow.eventsourcing.snapshot.InMemorySnapshotRepository.class - [JAR]

├─ me.ahoo.wow.eventsourcing.snapshot.NoOpSnapshotRepository.class - [JAR]

├─ me.ahoo.wow.eventsourcing.snapshot.SimpleSnapshot.class - [JAR]

├─ me.ahoo.wow.eventsourcing.snapshot.SimpleSnapshotStrategy.class - [JAR]

├─ me.ahoo.wow.eventsourcing.snapshot.Snapshot.class - [JAR]

├─ me.ahoo.wow.eventsourcing.snapshot.SnapshotDispatcher.class - [JAR]

├─ me.ahoo.wow.eventsourcing.snapshot.SnapshotDispatcherKt.class - [JAR]

├─ me.ahoo.wow.eventsourcing.snapshot.SnapshotFunctionFilter.class - [JAR]

├─ me.ahoo.wow.eventsourcing.snapshot.SnapshotHandler.class - [JAR]

├─ me.ahoo.wow.eventsourcing.snapshot.SnapshotRepository.class - [JAR]

├─ me.ahoo.wow.eventsourcing.snapshot.SnapshotStrategy.class - [JAR]

me.ahoo.wow.command.annotation

├─ me.ahoo.wow.command.annotation.CommandMetadataParser.class - [JAR]

├─ me.ahoo.wow.command.annotation.CommandMetadataParserKt.class - [JAR]

├─ me.ahoo.wow.command.annotation.CommandMetadataVisitor.class - [JAR]

me.ahoo.wow.serialization.command

├─ me.ahoo.wow.serialization.command.CommandJsonDeserializer.class - [JAR]

├─ me.ahoo.wow.serialization.command.CommandJsonSerializer.class - [JAR]

├─ me.ahoo.wow.serialization.command.CommandRecord.class - [JAR]

├─ me.ahoo.wow.serialization.command.CommandRecordKt.class - [JAR]

├─ me.ahoo.wow.serialization.command.CommandRecords.class - [JAR]

├─ me.ahoo.wow.serialization.command.DelegatingCommandRecord.class - [JAR]

me.ahoo.wow.scheduler

├─ me.ahoo.wow.scheduler.AggregateSchedulerSupplier.class - [JAR]

├─ me.ahoo.wow.scheduler.DefaultAggregateSchedulerSupplier.class - [JAR]

me.ahoo.wow.event.annotation

├─ me.ahoo.wow.event.annotation.EventMetadataParser.class - [JAR]

├─ me.ahoo.wow.event.annotation.EventMetadataParserKt.class - [JAR]

├─ me.ahoo.wow.event.annotation.EventProcessorParser.class - [JAR]

├─ me.ahoo.wow.event.annotation.EventProcessorParserKt.class - [JAR]

me.ahoo.wow.metadata

├─ me.ahoo.wow.metadata.CacheableMetadataParser.class - [JAR]

├─ me.ahoo.wow.metadata.Metadata.class - [JAR]

me.ahoo.wow.messaging.compensation

├─ me.ahoo.wow.messaging.compensation.CompensationConfig.class - [JAR]

├─ me.ahoo.wow.messaging.compensation.CompensationMatcher.class - [JAR]

├─ me.ahoo.wow.messaging.compensation.CompensationMatcherKt.class - [JAR]

├─ me.ahoo.wow.messaging.compensation.EventCompensator.class - [JAR]

me.ahoo.wow.serialization

├─ me.ahoo.wow.serialization.AggregateIdJsonDeserializer.class - [JAR]

├─ me.ahoo.wow.serialization.AggregateIdJsonSerializer.class - [JAR]

├─ me.ahoo.wow.serialization.DelegatingMessageRecord.class - [JAR]

├─ me.ahoo.wow.serialization.DelegatingNamedBoundedContextMessageRecord.class - [JAR]

├─ me.ahoo.wow.serialization.HeaderRecord.class - [JAR]

├─ me.ahoo.wow.serialization.JsonMessageRecordKt.class - [JAR]

├─ me.ahoo.wow.serialization.JsonRecord.class - [JAR]

├─ me.ahoo.wow.serialization.JsonSerializer.class - [JAR]

├─ me.ahoo.wow.serialization.JsonSerializerKt.class - [JAR]

├─ me.ahoo.wow.serialization.MessageAggregateIdRecord.class - [JAR]

├─ me.ahoo.wow.serialization.MessageAggregateNameRecord.class - [JAR]

├─ me.ahoo.wow.serialization.MessageBodyRecord.class - [JAR]

├─ me.ahoo.wow.serialization.MessageBodyTypeRecord.class - [JAR]

├─ me.ahoo.wow.serialization.MessageCommandIdRecord.class - [JAR]

├─ me.ahoo.wow.serialization.MessageCreateTimeRecord.class - [JAR]

├─ me.ahoo.wow.serialization.MessageIdRecord.class - [JAR]

├─ me.ahoo.wow.serialization.MessageNameRecord.class - [JAR]

├─ me.ahoo.wow.serialization.MessageNamedBoundedContextRecord.class - [JAR]

├─ me.ahoo.wow.serialization.MessageRecord.class - [JAR]

├─ me.ahoo.wow.serialization.MessageRecords.class - [JAR]

├─ me.ahoo.wow.serialization.MessageRequestIdRecord.class - [JAR]

├─ me.ahoo.wow.serialization.MessageSerializer.class - [JAR]

├─ me.ahoo.wow.serialization.MessageVersionRecord.class - [JAR]

├─ me.ahoo.wow.serialization.NamedBoundedContextMessageRecord.class - [JAR]

├─ me.ahoo.wow.serialization.WowModule.class - [JAR]

me.ahoo.wow.event.metadata

├─ me.ahoo.wow.event.metadata.EventMetadata.class - [JAR]

me.ahoo.wow.eventsourcing.state

├─ me.ahoo.wow.eventsourcing.state.DistributedStateEventBus.class - [JAR]

├─ me.ahoo.wow.eventsourcing.state.InMemoryStateEventBus.class - [JAR]

├─ me.ahoo.wow.eventsourcing.state.LocalFirstStateEventBus.class - [JAR]

├─ me.ahoo.wow.eventsourcing.state.LocalStateEventBus.class - [JAR]

├─ me.ahoo.wow.eventsourcing.state.SendStateEventFilter.class - [JAR]

├─ me.ahoo.wow.eventsourcing.state.SimpleStateEventExchange.class - [JAR]

├─ me.ahoo.wow.eventsourcing.state.StateEvent.class - [JAR]

├─ me.ahoo.wow.eventsourcing.state.StateEventBus.class - [JAR]

├─ me.ahoo.wow.eventsourcing.state.StateEventData.class - [JAR]

├─ me.ahoo.wow.eventsourcing.state.StateEventExchange.class - [JAR]

me.ahoo.wow.messaging.propagation

├─ me.ahoo.wow.messaging.propagation.CommandOperatorMessagePropagator.class - [JAR]

├─ me.ahoo.wow.messaging.propagation.MessagePropagator.class - [JAR]

├─ me.ahoo.wow.messaging.propagation.MessagePropagatorProvider.class - [JAR]

├─ me.ahoo.wow.messaging.propagation.WaitStrategyMessagePropagator.class - [JAR]

me.ahoo.wow.messaging.dispatcher

├─ me.ahoo.wow.messaging.dispatcher.AbstractDispatcher.class - [JAR]

├─ me.ahoo.wow.messaging.dispatcher.AbstractMessageDispatcher.class - [JAR]

├─ me.ahoo.wow.messaging.dispatcher.AggregateMessageDispatcher.class - [JAR]

├─ me.ahoo.wow.messaging.dispatcher.MessageParallelism.class - [JAR]

├─ me.ahoo.wow.messaging.dispatcher.SafeSubscriber.class - [JAR]

me.ahoo.wow.metrics

├─ me.ahoo.wow.metrics.AbstractMetricDecorator.class - [JAR]

├─ me.ahoo.wow.metrics.MetricCommandBus.class - [JAR]

├─ me.ahoo.wow.metrics.MetricCommandHandler.class - [JAR]

├─ me.ahoo.wow.metrics.MetricDistributedCommandBus.class - [JAR]

├─ me.ahoo.wow.metrics.MetricDistributedDomainEventBus.class - [JAR]

├─ me.ahoo.wow.metrics.MetricDistributedStateEventBus.class - [JAR]

├─ me.ahoo.wow.metrics.MetricDomainEventBus.class - [JAR]

├─ me.ahoo.wow.metrics.MetricDomainEventHandler.class - [JAR]

├─ me.ahoo.wow.metrics.MetricEventStore.class - [JAR]

├─ me.ahoo.wow.metrics.MetricLocalCommandBus.class - [JAR]

├─ me.ahoo.wow.metrics.MetricLocalDomainEventBus.class - [JAR]

├─ me.ahoo.wow.metrics.MetricLocalStateEventBus.class - [JAR]

├─ me.ahoo.wow.metrics.MetricProjectionHandler.class - [JAR]

├─ me.ahoo.wow.metrics.MetricSnapshotHandler.class - [JAR]

├─ me.ahoo.wow.metrics.MetricSnapshotRepository.class - [JAR]

├─ me.ahoo.wow.metrics.MetricSnapshotStrategy.class - [JAR]

├─ me.ahoo.wow.metrics.MetricStateEventBus.class - [JAR]

├─ me.ahoo.wow.metrics.MetricStatelessSagaHandler.class - [JAR]

├─ me.ahoo.wow.metrics.Metrics.class - [JAR]

├─ me.ahoo.wow.metrics.Metrizable.class - [JAR]

me.ahoo.wow.modeling.command

├─ me.ahoo.wow.modeling.command.AggregateCommandDispatcher.class - [JAR]

├─ me.ahoo.wow.modeling.command.AggregateProcessor.class - [JAR]

├─ me.ahoo.wow.modeling.command.AggregateProcessorFactory.class - [JAR]

├─ me.ahoo.wow.modeling.command.AggregateProcessorFilter.class - [JAR]

├─ me.ahoo.wow.modeling.command.CommandAggregate.class - [JAR]

├─ me.ahoo.wow.modeling.command.CommandAggregateFactory.class - [JAR]

├─ me.ahoo.wow.modeling.command.CommandDispatcher.class - [JAR]

├─ me.ahoo.wow.modeling.command.CommandExpectVersionConflictException.class - [JAR]

├─ me.ahoo.wow.modeling.command.CommandFunction.class - [JAR]

├─ me.ahoo.wow.modeling.command.CommandHandler.class - [JAR]

├─ me.ahoo.wow.modeling.command.CommandState.class - [JAR]

├─ me.ahoo.wow.modeling.command.DefaultCommandHandler.class - [JAR]

├─ me.ahoo.wow.modeling.command.DefaultDeleteAggregateFunction.class - [JAR]

├─ me.ahoo.wow.modeling.command.ExchangeCommandAggregateKt.class - [JAR]

├─ me.ahoo.wow.modeling.command.IllegalAccessDeletedAggregateException.class - [JAR]

├─ me.ahoo.wow.modeling.command.RetryableAggregateProcessor.class - [JAR]

├─ me.ahoo.wow.modeling.command.RetryableAggregateProcessorFactory.class - [JAR]

├─ me.ahoo.wow.modeling.command.SendDomainEventStreamFilter.class - [JAR]

├─ me.ahoo.wow.modeling.command.SimpleCommandAggregate.class - [JAR]

├─ me.ahoo.wow.modeling.command.SimpleCommandAggregateFactory.class - [JAR]

me.ahoo.wow.exception

├─ me.ahoo.wow.exception.ErrorCodes.class - [JAR]

├─ me.ahoo.wow.exception.NotFoundResourceException.class - [JAR]

├─ me.ahoo.wow.exception.NotFoundResourceExceptionKt.class - [JAR]

├─ me.ahoo.wow.exception.Preconditions.class - [JAR]

├─ me.ahoo.wow.exception.RetryableException.class - [JAR]

├─ me.ahoo.wow.exception.WowException.class - [JAR]

├─ me.ahoo.wow.exception.WowExceptionKt.class - [JAR]

me.ahoo.wow.command.metadata

├─ me.ahoo.wow.command.metadata.CommandMetadata.class - [JAR]

me.ahoo.wow.event.error

├─ me.ahoo.wow.event.error.ErrorDetails.class - [JAR]

├─ me.ahoo.wow.event.error.EventFunctionError.class - [JAR]

├─ me.ahoo.wow.event.error.EventFunctionErrorRepository.class - [JAR]

├─ me.ahoo.wow.event.error.EventId.class - [JAR]

├─ me.ahoo.wow.event.error.RecordEventFunctionErrorHandler.class - [JAR]

me.ahoo.wow.infra.accessor.field

├─ me.ahoo.wow.infra.accessor.field.FieldAccessor.class - [JAR]

├─ me.ahoo.wow.infra.accessor.field.FieldGetter.class - [JAR]

├─ me.ahoo.wow.infra.accessor.field.FieldSetter.class - [JAR]

me.ahoo.wow.infra.accessor.method

├─ me.ahoo.wow.infra.accessor.method.FastInvoke.class - [JAR]

├─ me.ahoo.wow.infra.accessor.method.MethodAccessor.class - [JAR]

├─ me.ahoo.wow.infra.accessor.method.SimpleMethodAccessor.class - [JAR]

me.ahoo.wow.messaging.handler

├─ me.ahoo.wow.messaging.handler.AbstractFilterChain.class - [JAR]

├─ me.ahoo.wow.messaging.handler.AbstractHandler.class - [JAR]

├─ me.ahoo.wow.messaging.handler.EmptyFilterChain.class - [JAR]

├─ me.ahoo.wow.messaging.handler.ErrorHandler.class - [JAR]

├─ me.ahoo.wow.messaging.handler.ExchangeAck.class - [JAR]

├─ me.ahoo.wow.messaging.handler.Filter.class - [JAR]

├─ me.ahoo.wow.messaging.handler.FilterChain.class - [JAR]

├─ me.ahoo.wow.messaging.handler.FilterChainBuilder.class - [JAR]

├─ me.ahoo.wow.messaging.handler.FilterCondition.class - [JAR]

├─ me.ahoo.wow.messaging.handler.FilterType.class - [JAR]

├─ me.ahoo.wow.messaging.handler.Handler.class - [JAR]

├─ me.ahoo.wow.messaging.handler.LogErrorHandler.class - [JAR]

├─ me.ahoo.wow.messaging.handler.LogResumeErrorHandler.class - [JAR]

├─ me.ahoo.wow.messaging.handler.MessageExchange.class - [JAR]

├─ me.ahoo.wow.messaging.handler.MessageExchangeKt.class - [JAR]

├─ me.ahoo.wow.messaging.handler.RetryableFilter.class - [JAR]

├─ me.ahoo.wow.messaging.handler.RetryableFilterKt.class - [JAR]

├─ me.ahoo.wow.messaging.handler.SimpleFilterChain.class - [JAR]

├─ me.ahoo.wow.messaging.handler.TypedFilterCondition.class - [JAR]

me.ahoo.wow.infra.reflection

├─ me.ahoo.wow.infra.reflection.AnnotatedElementTargetAnnotationTypeKey.class - [JAR]

├─ me.ahoo.wow.infra.reflection.AnnotationScanner.class - [JAR]

├─ me.ahoo.wow.infra.reflection.ClassMetadata.class - [JAR]

├─ me.ahoo.wow.infra.reflection.ClassVisitor.class - [JAR]

├─ me.ahoo.wow.infra.reflection.VisitorLifeCycle.class - [JAR]

me.ahoo.wow.modeling.matedata

├─ me.ahoo.wow.modeling.matedata.AggregateMetadata.class - [JAR]

├─ me.ahoo.wow.modeling.matedata.CommandAggregateMetadata.class - [JAR]

├─ me.ahoo.wow.modeling.matedata.MetadataNamedAggregateGetter.class - [JAR]

├─ me.ahoo.wow.modeling.matedata.NamedAggregateGetter.class - [JAR]

├─ me.ahoo.wow.modeling.matedata.NamedAggregateGetterKt.class - [JAR]

├─ me.ahoo.wow.modeling.matedata.SimpleNamedAggregateGetter.class - [JAR]

├─ me.ahoo.wow.modeling.matedata.StateAggregateMetadata.class - [JAR]

me.ahoo.wow.infra.idempotency

├─ me.ahoo.wow.infra.idempotency.BloomFilterIdempotencyChecker.class - [JAR]

├─ me.ahoo.wow.infra.idempotency.IdempotencyChecker.class - [JAR]

├─ me.ahoo.wow.infra.idempotency.NoOpIdempotencyChecker.class - [JAR]

me.ahoo.wow.naming.annotation

├─ me.ahoo.wow.naming.annotation.PascalToSnakeConverter.class - [JAR]

├─ me.ahoo.wow.naming.annotation.PascalToSnakeConverterKt.class - [JAR]

me.ahoo.wow.serialization.event

├─ me.ahoo.wow.serialization.event.AbstractEventStreamJsonSerializer.class - [JAR]

├─ me.ahoo.wow.serialization.event.BodyTypeNotFoundDomainEvent.class - [JAR]

├─ me.ahoo.wow.serialization.event.DelegatingDomainEventRecord.class - [JAR]

├─ me.ahoo.wow.serialization.event.DelegatingEventStreamRecord.class - [JAR]

├─ me.ahoo.wow.serialization.event.DomainEventJsonDeserializer.class - [JAR]

├─ me.ahoo.wow.serialization.event.DomainEventJsonSerializer.class - [JAR]

├─ me.ahoo.wow.serialization.event.DomainEventRecord.class - [JAR]

├─ me.ahoo.wow.serialization.event.DomainEventRecordKt.class - [JAR]

├─ me.ahoo.wow.serialization.event.DomainEventRecords.class - [JAR]

├─ me.ahoo.wow.serialization.event.EventStreamJsonDeserializer.class - [JAR]

├─ me.ahoo.wow.serialization.event.EventStreamJsonSerializer.class - [JAR]

├─ me.ahoo.wow.serialization.event.EventStreamRecord.class - [JAR]

├─ me.ahoo.wow.serialization.event.EventStreamRecordKt.class - [JAR]

├─ me.ahoo.wow.serialization.event.FlatEventStreamRecord.class - [JAR]

├─ me.ahoo.wow.serialization.event.StateEventJsonDeserializer.class - [JAR]

├─ me.ahoo.wow.serialization.event.StateEventJsonSerializer.class - [JAR]

├─ me.ahoo.wow.serialization.event.StreamDomainEventRecord.class - [JAR]

├─ me.ahoo.wow.serialization.event.StreamEventRecord.class - [JAR]

me.ahoo.wow.messaging.function

├─ me.ahoo.wow.messaging.function.ErrorMessageHandlerKt.class - [JAR]

├─ me.ahoo.wow.messaging.function.FirstParameterKind.class - [JAR]

├─ me.ahoo.wow.messaging.function.FunctionMetadataParser.class - [JAR]

├─ me.ahoo.wow.messaging.function.InjectParameter.class - [JAR]

├─ me.ahoo.wow.messaging.function.InjectableMethodMessageFunction.class - [JAR]

├─ me.ahoo.wow.messaging.function.LogResumeErrorMessageHandler.class - [JAR]

├─ me.ahoo.wow.messaging.function.MessageFunction.class - [JAR]

├─ me.ahoo.wow.messaging.function.MessageFunctionKt.class - [JAR]

├─ me.ahoo.wow.messaging.function.MessageFunctionRegistrar.class - [JAR]

├─ me.ahoo.wow.messaging.function.MethodFunctionMetadata.class - [JAR]

├─ me.ahoo.wow.messaging.function.MethodMessageFunction.class - [JAR]

├─ me.ahoo.wow.messaging.function.MultipleMessageFunctionRegistrar.class - [JAR]

├─ me.ahoo.wow.messaging.function.SimpleMethodMessageFunction.class - [JAR]

├─ me.ahoo.wow.messaging.function.SimpleMultipleMessageFunctionRegistrar.class - [JAR]

├─ me.ahoo.wow.messaging.function.SimpleSingleMessageFunctionRegistrar.class - [JAR]

├─ me.ahoo.wow.messaging.function.SingleMessageFunctionRegistrar.class - [JAR]

me.ahoo.wow.saga.stateless

├─ me.ahoo.wow.saga.stateless.CommandStream.class - [JAR]

├─ me.ahoo.wow.saga.stateless.DefaultCommandStream.class - [JAR]

├─ me.ahoo.wow.saga.stateless.DefaultStatelessSagaHandler.class - [JAR]

├─ me.ahoo.wow.saga.stateless.ExchangeCommandStreamKt.class - [JAR]

├─ me.ahoo.wow.saga.stateless.StatelessSagaDispatcher.class - [JAR]

├─ me.ahoo.wow.saga.stateless.StatelessSagaFunction.class - [JAR]

├─ me.ahoo.wow.saga.stateless.StatelessSagaFunctionFilter.class - [JAR]

├─ me.ahoo.wow.saga.stateless.StatelessSagaFunctionRegistrar.class - [JAR]

├─ me.ahoo.wow.saga.stateless.StatelessSagaHandler.class - [JAR]

me.ahoo.wow.infra.accessor

├─ me.ahoo.wow.infra.accessor.Accessor.class - [JAR]

├─ me.ahoo.wow.infra.accessor.AccessorKt.class - [JAR]

me.ahoo.wow.event.compensation

├─ me.ahoo.wow.event.compensation.DomainEventCompensator.class - [JAR]

├─ me.ahoo.wow.event.compensation.StateEventCompensator.class - [JAR]

me.ahoo.wow.infra.accessor.property

├─ me.ahoo.wow.infra.accessor.property.FieldPropertyGetter.class - [JAR]

├─ me.ahoo.wow.infra.accessor.property.FieldPropertySetter.class - [JAR]

├─ me.ahoo.wow.infra.accessor.property.MethodPropertyGetter.class - [JAR]

├─ me.ahoo.wow.infra.accessor.property.MethodPropertySetter.class - [JAR]

├─ me.ahoo.wow.infra.accessor.property.PropertyDescriptor.class - [JAR]

├─ me.ahoo.wow.infra.accessor.property.PropertyGetter.class - [JAR]

├─ me.ahoo.wow.infra.accessor.property.PropertySetter.class - [JAR]

├─ me.ahoo.wow.infra.accessor.property.StaticPropertyGetter.class - [JAR]

me.ahoo.wow.id

├─ me.ahoo.wow.id.AggregateIdGeneratorFactory.class - [JAR]

├─ me.ahoo.wow.id.AggregateIdGeneratorKt.class - [JAR]

├─ me.ahoo.wow.id.AggregateIdGeneratorRegistrar.class - [JAR]

├─ me.ahoo.wow.id.CosIdAggregateIdGeneratorFactory.class - [JAR]

├─ me.ahoo.wow.id.CosIdGlobalIdGeneratorFactory.class - [JAR]

├─ me.ahoo.wow.id.GlobalIdGenerator.class - [JAR]

├─ me.ahoo.wow.id.GlobalIdGeneratorFactory.class - [JAR]

├─ me.ahoo.wow.id.NotInitializedGlobalIdGeneratorError.class - [JAR]

me.ahoo.wow.infra.accessor.constructor

├─ me.ahoo.wow.infra.accessor.constructor.ConstructorAccessor.class - [JAR]

├─ me.ahoo.wow.infra.accessor.constructor.DefaultConstructorAccessor.class - [JAR]

├─ me.ahoo.wow.infra.accessor.constructor.InjectableObjectFactory.class - [JAR]

├─ me.ahoo.wow.infra.accessor.constructor.ObjectFactory.class - [JAR]

me.ahoo.wow.annotation

├─ me.ahoo.wow.annotation.AggregateAnnotationParser.class - [JAR]

├─ me.ahoo.wow.annotation.OrderComparator.class - [JAR]

me.ahoo.wow.saga.stateful

├─ me.ahoo.wow.saga.stateful.SagaManager.class - [JAR]

├─ me.ahoo.wow.saga.stateful.SagaRepository.class - [JAR]

├─ me.ahoo.wow.saga.stateful.StatefulSaga.class - [JAR]

me.ahoo.wow.command

├─ me.ahoo.wow.command.ClientCommandExchange.class - [JAR]

├─ me.ahoo.wow.command.CommandBus.class - [JAR]

├─ me.ahoo.wow.command.CommandExchange.class - [JAR]

├─ me.ahoo.wow.command.CommandExchangeKt.class - [JAR]

├─ me.ahoo.wow.command.CommandFactoryKt.class - [JAR]

├─ me.ahoo.wow.command.CommandGateway.class - [JAR]

├─ me.ahoo.wow.command.CommandGatewayKt.class - [JAR]

├─ me.ahoo.wow.command.CommandMessage.class - [JAR]

├─ me.ahoo.wow.command.CommandOperator.class - [JAR]

├─ me.ahoo.wow.command.CommandResult.class - [JAR]

├─ me.ahoo.wow.command.CommandResultException.class - [JAR]

├─ me.ahoo.wow.command.CommandResultKt.class - [JAR]

├─ me.ahoo.wow.command.CommandValidationException.class - [JAR]

├─ me.ahoo.wow.command.DefaultCommandGateway.class - [JAR]

├─ me.ahoo.wow.command.DistributedCommandBus.class - [JAR]

├─ me.ahoo.wow.command.DuplicateRequestIdException.class - [JAR]

├─ me.ahoo.wow.command.InMemoryCommandBus.class - [JAR]

├─ me.ahoo.wow.command.LocalCommandBus.class - [JAR]

├─ me.ahoo.wow.command.LocalFirstCommandBus.class - [JAR]

├─ me.ahoo.wow.command.ServerCommandExchange.class - [JAR]

├─ me.ahoo.wow.command.SimpleClientCommandExchange.class - [JAR]

├─ me.ahoo.wow.command.SimpleCommandMessage.class - [JAR]

├─ me.ahoo.wow.command.SimpleServerCommandExchange.class - [JAR]

me.ahoo.wow.saga.annotation

├─ me.ahoo.wow.saga.annotation.EndSaga.class - [JAR]

├─ me.ahoo.wow.saga.annotation.Saga.class - [JAR]

├─ me.ahoo.wow.saga.annotation.SagaId.class - [JAR]

├─ me.ahoo.wow.saga.annotation.StartSaga.class - [JAR]

├─ me.ahoo.wow.saga.annotation.StatelessSagaMetadataParser.class - [JAR]

├─ me.ahoo.wow.saga.annotation.StatelessSagaMetadataParserKt.class - [JAR]

me.ahoo.wow.modeling

├─ me.ahoo.wow.modeling.DefaultAggregateId.class - [JAR]

├─ me.ahoo.wow.modeling.DefaultAggregateIdKt.class - [JAR]

├─ me.ahoo.wow.modeling.MaterializedNamedAggregate.class - [JAR]

├─ me.ahoo.wow.modeling.MaterializedNamedAggregateKt.class - [JAR]

me.ahoo.wow.event.upgrader

├─ me.ahoo.wow.event.upgrader.DroppedEvent.class - [JAR]

├─ me.ahoo.wow.event.upgrader.EventNamedAggregate.class - [JAR]

├─ me.ahoo.wow.event.upgrader.EventUpgrader.class - [JAR]

├─ me.ahoo.wow.event.upgrader.EventUpgraderFactory.class - [JAR]

├─ me.ahoo.wow.event.upgrader.MaterializedEventNamedAggregate.class - [JAR]

├─ me.ahoo.wow.event.upgrader.MutableDomainEventRecord.class - [JAR]

me.ahoo.wow.naming

├─ me.ahoo.wow.naming.AppendPrefixNamingConverter.class - [JAR]

├─ me.ahoo.wow.naming.AppendSuffixNamingConverter.class - [JAR]

├─ me.ahoo.wow.naming.CamelCaseStrategy.class - [JAR]

├─ me.ahoo.wow.naming.CompositeNamingConverter.class - [JAR]

├─ me.ahoo.wow.naming.IgnorePrefixNamingConverter.class - [JAR]

├─ me.ahoo.wow.naming.IgnoreSuffixNamingConverter.class - [JAR]

├─ me.ahoo.wow.naming.KebabCaseStrategy.class - [JAR]

├─ me.ahoo.wow.naming.LowerDotCaseStrategy.class - [JAR]

├─ me.ahoo.wow.naming.MaterializedNamedBoundedContext.class - [JAR]

├─ me.ahoo.wow.naming.MaterializedNamedBoundedContextKt.class - [JAR]

├─ me.ahoo.wow.naming.NamingConverter.class - [JAR]

├─ me.ahoo.wow.naming.NamingStrategy.class - [JAR]

├─ me.ahoo.wow.naming.NamingStrategyKt.class - [JAR]

├─ me.ahoo.wow.naming.PascalCaseStrategy.class - [JAR]

├─ me.ahoo.wow.naming.SimpleNamingConverter.class - [JAR]

├─ me.ahoo.wow.naming.SnakeCaseStrategy.class - [JAR]

├─ me.ahoo.wow.naming.Tokenizer.class - [JAR]

me.ahoo.wow.messaging.processor

├─ me.ahoo.wow.messaging.processor.MessageAnnotationFunctionCondition.class - [JAR]

├─ me.ahoo.wow.messaging.processor.MessageProcessor.class - [JAR]

├─ me.ahoo.wow.messaging.processor.MonoMessageProcessor.class - [JAR]

├─ me.ahoo.wow.messaging.processor.ProcessorInfo.class - [JAR]

├─ me.ahoo.wow.messaging.processor.ProcessorInfoData.class - [JAR]

├─ me.ahoo.wow.messaging.processor.ProcessorInfoKt.class - [JAR]

├─ me.ahoo.wow.messaging.processor.ProcessorMetadata.class - [JAR]

├─ me.ahoo.wow.messaging.processor.ProcessorMetadataParser.class - [JAR]

├─ me.ahoo.wow.messaging.processor.ProcessorMetadataVisitor.class - [JAR]

├─ me.ahoo.wow.messaging.processor.ReactiveMessageProcessor.class - [JAR]

me.ahoo.wow.eventsourcing

├─ me.ahoo.wow.eventsourcing.AbstractEventStore.class - [JAR]

├─ me.ahoo.wow.eventsourcing.AggregateIdScanner.class - [JAR]

├─ me.ahoo.wow.eventsourcing.DuplicateAggregateIdException.class - [JAR]

├─ me.ahoo.wow.eventsourcing.EventSourcingStateAggregateRepository.class - [JAR]

├─ me.ahoo.wow.eventsourcing.EventStore.class - [JAR]

├─ me.ahoo.wow.eventsourcing.EventStoreStateAggregateRepository.class - [JAR]

├─ me.ahoo.wow.eventsourcing.EventVersionConflictException.class - [JAR]

├─ me.ahoo.wow.eventsourcing.InMemoryEventStore.class - [JAR]

me.ahoo.wow.configuration

├─ me.ahoo.wow.configuration.Aggregate.class - [JAR]

├─ me.ahoo.wow.configuration.AggregateSearcher.class - [JAR]

├─ me.ahoo.wow.configuration.AggregateSearcherKt.class - [JAR]

├─ me.ahoo.wow.configuration.BoundedContext.class - [JAR]

├─ me.ahoo.wow.configuration.Merge.class - [JAR]

├─ me.ahoo.wow.configuration.MetadataSearcher.class - [JAR]

├─ me.ahoo.wow.configuration.MetadataSearcherKt.class - [JAR]

├─ me.ahoo.wow.configuration.NamedAggregateTypeSearcher.class - [JAR]

├─ me.ahoo.wow.configuration.NamingScopes.class - [JAR]

├─ me.ahoo.wow.configuration.ScopeComparator.class - [JAR]

├─ me.ahoo.wow.configuration.ScopeContextSearcher.class - [JAR]

├─ me.ahoo.wow.configuration.ScopeNamedAggregateSearcher.class - [JAR]

├─ me.ahoo.wow.configuration.ScopeSearcher.class - [JAR]

├─ me.ahoo.wow.configuration.ScopeSearcherKt.class - [JAR]

├─ me.ahoo.wow.configuration.TypeNamedAggregateSearcher.class - [JAR]

├─ me.ahoo.wow.configuration.WowMetadata.class - [JAR]

├─ me.ahoo.wow.configuration.WowMetadataKt.class - [JAR]

me.ahoo.wow.modeling.state

├─ me.ahoo.wow.modeling.state.ConstructorStateAggregateFactory.class - [JAR]

├─ me.ahoo.wow.modeling.state.ReadOnlyStateAggregate.class - [JAR]

├─ me.ahoo.wow.modeling.state.SimpleStateAggregate.class - [JAR]

├─ me.ahoo.wow.modeling.state.SourcingVersionConflictException.class - [JAR]

├─ me.ahoo.wow.modeling.state.StateAggregate.class - [JAR]

├─ me.ahoo.wow.modeling.state.StateAggregateFactory.class - [JAR]

├─ me.ahoo.wow.modeling.state.StateAggregateRepository.class - [JAR]

Advertisement

Dependencies from Group

Aug 17, 2023
144 stars
Sep 18, 2022
144 stars
Aug 17, 2023
144 stars
Aug 17, 2023
144 stars
Sep 18, 2022
144 stars

Discover Dependencies

Aug 17, 2023
144 stars
Sep 18, 2022
144 stars
Aug 17, 2023
144 stars
Aug 17, 2023
144 stars
Aug 17, 2023
144 stars
Aug 17, 2023
144 stars
Aug 17, 2023
144 stars
Aug 17, 2023
144 stars
Aug 17, 2023
144 stars
Sep 18, 2022
144 stars