Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created March 18, 2015 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianogonzalez/cf7c7c78e9aee0ba2bc6 to your computer and use it in GitHub Desktop.
Save marianogonzalez/cf7c7c78e9aee0ba2bc6 to your computer and use it in GitHub Desktop.
public class MyCommand implements Command {
@Inject
private MuleContext muleContext;
@Inject
private ObjectStoreManager objectStoreManager;
@Inject
private QueueManager queueManager;
private String userId;
private String moreNotReusableStuff;
public void execute() {
// magic happens here
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment