Class BoxAnnounceAsync

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.system.BoxAnnounceAsync

@BoxBIF public class BoxAnnounceAsync extends BIF
  • Constructor Details

    • BoxAnnounceAsync

      public BoxAnnounceAsync()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Announce a BoxLang event to the system asynchronously
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      A CompletableFuture that will be completed when the event has been announced, or null if the state doesn't exist