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

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

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

import org.springframework.core.Ordered;

public interface EventRunnable extends Ordered {
    void run(Object message);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy