Skip to content

Commit

Permalink
feat(api): Add Telestion Configuration interface
Browse files Browse the repository at this point in the history
Co-authored-by: pklaschka <contact@pabloklaschka.de>
  • Loading branch information
2 people authored and cb0s committed Dec 6, 2021
1 parent 9cb472f commit 71a3682
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package de.wuespace.telestion.api;

import de.wuespace.telestion.api.message.JsonMessage;

/**
* The base class for all Telestion Verticle configurations.
* It extends {@link JsonMessage} so all configurations are also valid json classes.
*
* @author Cedric Bös, Pablo Klaschka, Jan von Pichowski, Ludwig Richter
*/
public interface TelestionConfiguration extends JsonMessage {
}

0 comments on commit 71a3682

Please sign in to comment.