1 package com.atlassian.messagequeue.internal.lifecycle;
2
3 /**
4 * Instance lifecycle context.
5 */
6 public interface InstanceLifecycleContext {
7
8 /**
9 * @return instance lifecycle notification
10 */
11 InstanceLifecycleNotification getInstanceLifecycleNotification();
12 }