org.nohope.akka.Ack Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of akka-messaging Show documentation
Show all versions of akka-messaging Show documentation
An attempt to make message type matching for java api.
package org.nohope.akka;
/**
* Date: 25.07.12
* Time: 15:43
*/
public enum Ack {
ACK, NACK
}