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

com.mx.path.gateway.event.GatewayEvent Maven / Gradle / Ivy

There is a newer version: 4.2.0
Show newest version
package com.mx.path.gateway.event;

import com.mx.path.core.context.RequestContext;
import com.mx.path.core.context.Session;

/**
 * Interface for all gateway-emitted events
 */
public interface GatewayEvent {

  RequestContext getRequestContext();

  Session getSession();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy