io.cloudstate.javasupport.eventsourced.EventSourcedEntityCreationContext Maven / Gradle / Ivy
package io.cloudstate.javasupport.eventsourced;
/**
* Creation context for {@link EventSourcedEntity} annotated entities.
*
* This may be accepted as an argument to the constructor of an event sourced entity.
*/
public interface EventSourcedEntityCreationContext extends EventSourcedContext {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy