com.atlassian.jira.plugin.ha
Class MessageEventRegistry

java.lang.Object
  extended by com.atlassian.jira.plugin.ha.MessageEventRegistry

public class MessageEventRegistry
extends Object

Maps the received message to the appropriate plugin action to take

Since:
v6.1

Constructor Summary
MessageEventRegistry(ReplicatedPluginManager replicatedPluginManager)
           
 
Method Summary
 com.google.common.base.Function<String,Void> getEventFunction(PluginEventType pluginEventType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageEventRegistry

public MessageEventRegistry(ReplicatedPluginManager replicatedPluginManager)
Method Detail

getEventFunction

public com.google.common.base.Function<String,Void> getEventFunction(PluginEventType pluginEventType)


Copyright © 2002-2014 Atlassian. All Rights Reserved.