Use JSR-236(Concurrency Utilities for Java EE concurrency) API javax.enterprise.concurrent.ManagedExecutorService#submit instead
public interface WlssAsynchronousAction
extends Serializable
This interface represents the work to be done on a SipApplicationSession in
an asynchronous manner. The container executes the run method of this object to
perform the work and guarantees that this work is done in a thread-safe manner.
Author:
Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.