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

io.fusionauth.domain.message.Message Maven / Gradle / Ivy

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