Class CliApi.SendApi

java.lang.Object
io.aether.cli.CliApi.SendApi
Enclosing class:
CliApi

public class CliApi.SendApi extends Object
API for sending messages.
  • Constructor Summary

    Constructors
    Constructor
    Description
    SendApi(io.aether.cloud.client.MessageNode st, io.aether.cloud.client.AetherCloudClient client, io.aether.utils.futures.ARFuture<io.aether.cloud.client.AetherCloudClient> readyClient)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.aether.utils.futures.AFuture
    file(File file)
     
    io.aether.utils.futures.AFuture
    stdIn(byte[] data)
     
    io.aether.utils.futures.AFuture
    text(String text)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SendApi

      public SendApi(io.aether.cloud.client.MessageNode st, io.aether.cloud.client.AetherCloudClient client, io.aether.utils.futures.ARFuture<io.aether.cloud.client.AetherCloudClient> readyClient)
  • Method Details

    • text

      public io.aether.utils.futures.AFuture text(String text)
    • file

      public io.aether.utils.futures.AFuture file(File file)
    • stdIn

      public io.aether.utils.futures.AFuture stdIn(byte[] data)