io.fusionauth.domain.message.Message Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fusionauth-java-client Show documentation
Show all versions of fusionauth-java-client Show documentation
The Java Client library provides a native Java binding to the FusionAuth REST API.
The newest version!
/*
* Copyright (c) 2020, FusionAuth, All Rights Reserved
*/
package io.fusionauth.domain.message;
/**
* @author Mikey Sleevi
*/
public interface Message {
/**
* @return the message type.
*/
MessageType getType();
}
© 2015 - 2026 Weber Informatics LLC | Privacy Policy