org.khasanof.service.FltStateEventService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluent-state Show documentation
Show all versions of fluent-state Show documentation
Fluent - Easy Telegram Bots with Spring
The newest version!
package org.khasanof.service;
import org.khasanof.state.event.FltStateEvent;
/**
* @author Nurislom
* @see org.khasanof.service
* @since 3/17/2024 12:03 AM
*/
public interface FltStateEventService {
/**
*
* @param event
*/
void updateState(FltStateEvent event);
}