All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.naraway.janitor.relay.EventRelay Maven / Gradle / Ivy

Go to download

Basic and shared domain model components used when developing drama on Nara Way.

The newest version!
/*
 * COPYRIGHT (c) NEXTREE Inc. 2014
 * This software is the proprietary of NEXTREE Inc.
 * @since 2014. 6. 10.
 */

package io.naraway.janitor.relay;

import io.naraway.janitor.context.JanitorStreamEvent;

public interface EventRelay {
    //
    void publish(JanitorStreamEvent event);
    void publishAfterRollback(JanitorStreamEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy