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

com.seven.cow.event.spring.boot.starter.service.EventCallbackService Maven / Gradle / Ivy

package com.seven.cow.event.spring.boot.starter.service;

public interface EventCallbackService {

    String eventCode();

    void run(T message);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy